Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        egui_graphics_selector.c 


Log Message:
- Make ew_entry a composite widget with its own label for easier use.
- Update gui/* to use new ew_entry* arguments.

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/egui_graphics_selector.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- egui_graphics_selector.c    15 Aug 2006 03:09:52 -0000      1.7
+++ egui_graphics_selector.c    15 Aug 2006 03:50:04 -0000      1.8
@@ -20,7 +20,7 @@
 static Entrance_Dialog win;
 static Entrance_Widget img_preview;
 static Entrance_List list_thumbs;
-static Entrance_Widget browse_entry;
+static Entrance_Entry browse_entry;
 static Entrance_Widget browse_button;
 static Entrance_Widget group_graphics;
 static Entrance_Widget group_preview;
@@ -54,7 +54,7 @@
    snprintf(t, PATH_MAX, "Browse system for %ss", egs.name);
    group_options = ew_dialog_group_add(win, t, EW_GROUP_HORIZONTAL);
 
-   browse_entry = ew_entry_new(NULL, EW_FALSE);
+   browse_entry = ew_entry_new(NULL, NULL, EW_FALSE);
    ew_group_add(group_options, browse_entry);
 
    browse_button = ew_button_new(_("Browse..."), _gs_cb_browse, NULL);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to