Enlightenment CVS committal Author : rhapsodhy Project : e17 Module : proto
Dir : e17/proto/entrance_edit_gui/src/gui Modified Files: egui_graphics_selector.c egui_settings.c main.c Log Message: removed objects like Entrance_List, etc... Cleanup tomorrow =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/egui_graphics_selector.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- egui_graphics_selector.c 23 Aug 2006 02:10:49 -0000 1.11 +++ egui_graphics_selector.c 23 Aug 2006 19:11:25 -0000 1.12 @@ -24,11 +24,11 @@ static char* _gs_populate_list(void); static void _gs_load_preview(const char *); -static Entrance_Dialog win; -static Entrance_Preview img_preview; +static Entrance_Widget win; +static Entrance_Widget img_preview; static Entrance_Widget pointer_preview; -static Entrance_List list_thumbs; -static Entrance_Entry browse_entry; +static Entrance_Widget list_thumbs; +static Entrance_Widget browse_entry; static Entrance_Widget browse_button; static Entrance_Widget pointer_browse_button; static Entrance_Widget group_graphics; =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/egui_settings.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- egui_settings.c 18 Aug 2006 04:51:53 -0000 1.3 +++ egui_settings.c 23 Aug 2006 19:11:25 -0000 1.4 @@ -28,7 +28,7 @@ static Entrance_Widget _item_build(Egui_Settings_Item); -static Entrance_Dialog win; +static Entrance_Widget win; static Ecore_List *items; =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/main.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- main.c 23 Aug 2006 02:10:49 -0000 1.13 +++ main.c 23 Aug 2006 19:11:25 -0000 1.14 @@ -7,7 +7,7 @@ static void _main_dialog_show(void); static void _close_button_cb(void *, void *); -static Entrance_Dialog dialog; +static Entrance_Widget dialog; int @@ -34,7 +34,7 @@ dialog = ew_dialog_new(_("Entrance Configuration"), EW_TRUE); const char* edjefile = PACKAGE_DATA_DIR"/icons/icons.edj"; - Entrance_List tree = ew_edjelist_new("<b>Configuration</b>", 320, 240, 52, 90); + Entrance_Widget tree = ew_edjelist_new("<b>Configuration</b>", 320, 240, 52, 90); ew_edjelist_add(tree, _("Theme"), edjefile, "icons/main/theme", NULL, 0, egui_theme_dialog_show); ew_edjelist_add(tree, _("Background"), edjefile, "icons/main/background", NULL, 0, egui_background_dialog_show); ew_edjelist_add(tree, _("Behavior"), edjefile, "icons/main/behavior", NULL, 0, egui_behavior_dialog_show); ------------------------------------------------------------------------- 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