E: Fix comment in color_well widget.

SVN revision: 60782
This commit is contained in:
Christopher Michael 2011-06-28 23:39:30 +00:00
parent 2ed6d1fbdd
commit 9ff2561322
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ _e_wid_disable_hook(Evas_Object *obj)
/**
* Add a color well widget to an evas.
* An optional E_Container may be passed in.
If not NULL, when clicked a color dialog will pop up.
* If not NULL, when clicked a color dialog will pop up.
*/
Evas_Object *
e_widget_color_well_add_full(Evas *evas, E_Color *color, Eina_Bool show_color_dialog, Eina_Bool alpha_enabled)