Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_wallpaper_gradient.c 


Log Message:
Do not need two entry widgets, one atop the other, for this. Can use just
one entry widget.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_gradient.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_int_config_wallpaper_gradient.c   22 Sep 2006 19:55:11 -0000      1.13
+++ e_int_config_wallpaper_gradient.c   3 Oct 2006 10:38:50 -0000       1.14
@@ -133,10 +133,6 @@
    evas_object_show(o);
    e_widget_table_object_append(ot, o, 2, 1, 1, 1, 1, 1, 1, 1);
 
-   o = e_widget_entry_add(evas, &(cfdata->name));
-   evas_object_show(o);
-   e_widget_table_object_append(ot, o, 2, 1, 1, 1, 1, 1, 1, 1);
-
    o = e_widget_color_well_add(evas, cfdata->color1, 1);
    evas_object_show(o);
    e_widget_table_object_append(ot, o, 2, 2, 1, 1, 1, 1, 1, 1);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to