Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_configure.c 


Log Message:
Attempt some order to the chaos that is Configuration Panel
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_configure.c       27 Dec 2005 17:16:57 -0000      1.21
+++ e_configure.c       28 Dec 2005 22:38:11 -0000      1.22
@@ -61,14 +61,14 @@
    edje_object_part_text_set(eco->edje, "title", _("Configuration Panel"));
 
    /* add items here */
-   e_configure_standard_item_add(eco, "enlightenment/e", _("Focus Settings"), 
e_int_config_focus);
-   e_configure_standard_item_add(eco, "enlightenment/desktops", _("Desktop 
Settings"), e_int_config_desks);
-   e_configure_standard_item_add(eco, "enlightenment/favorites", _("Menu 
Settings"), e_int_config_menus);
-   e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Manipulation"), e_int_config_window_manipulation);
-   e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Display"), e_int_config_window_display);
    e_configure_standard_item_add(eco, "enlightenment/desktops", _("Background 
Settings"), e_int_config_background);
    e_configure_standard_item_add(eco, "enlightenment/themes", _("Theme 
Selector"), e_int_config_theme);   
    e_configure_standard_item_add(eco, "enlightenment/modules", _("Module 
Settings"), e_int_config_modules);
+   e_configure_standard_item_add(eco, "enlightenment/favorites", _("Menu 
Settings"), e_int_config_menus);
+   e_configure_standard_item_add(eco, "enlightenment/desktops", _("Desktop 
Settings"), e_int_config_desks);
+   e_configure_standard_item_add(eco, "enlightenment/e", _("Focus Settings"), 
e_int_config_focus);
+   e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Display"), e_int_config_window_display);
+   e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Manipulation"), e_int_config_window_manipulation);
    
    /* FIXME: we should have a way for modules to hook in here and add their
     * own entries




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to