Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        main.c 


Log Message:
- Take out Sessions and Modules from Main Screen. We're moving towards first 
stabilization fixes next. Lets get all the rest we have working.
- Added TOP PRIORITY section to TODO. These are what we MUST be working on now. 
Nothing else. Once these work, then we can begin to handle other things. Once 
we have those done, we'll have a USABLE product that can start being bug fixed.

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- main.c      18 Aug 2006 04:51:53 -0000      1.11
+++ main.c      18 Aug 2006 05:13:14 -0000      1.12
@@ -37,9 +37,9 @@
    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);
    ew_edjelist_add(tree, _("X settings"), edjefile, 
"icons/main/xsettings",NULL, 0, egui_x_settings_dialog_show);
-   ew_edjelist_add(tree, _("Sessions"),edjefile, "icons/main/sessions", NULL, 
0,  egui_sessions_dialog_show);
+/*   ew_edjelist_add(tree, _("Sessions"),edjefile, "icons/main/sessions", 
NULL, 0,  egui_sessions_dialog_show);*/
    ew_edjelist_add(tree, _("Layout"), edjefile, "icons/main/layout", NULL, 0,  
egui_layout_dialog_show);
-   ew_edjelist_add(tree, _("Modules"), edjefile, "icons/main/modules",NULL, 0, 
NULL);
+/*   ew_edjelist_add(tree, _("Modules"), edjefile, "icons/main/modules",NULL, 
0, NULL);*/
 
    Entrance_Widget group = ew_dialog_group_add(dialog, _("Configuration"), 
EW_GROUP_VERTICAL);
    ew_group_add(group, tree);



-------------------------------------------------------------------------
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