From 9ff256132263e16f6777acdb095c4af6a91dd11d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 28 Jun 2011 23:39:30 +0000 Subject: [PATCH] E: Fix comment in color_well widget. SVN revision: 60782 --- src/bin/e_widget_color_well.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_widget_color_well.c b/src/bin/e_widget_color_well.c index 480c4210e..8066b83ad 100644 --- a/src/bin/e_widget_color_well.c +++ b/src/bin/e_widget_color_well.c @@ -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)