Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_configure.c 


Log Message:
Move 'Configuration Dialogs' to Advanced and remove Miscellaneous section.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -3 -r1.85 -r1.86
--- e_configure.c       11 Dec 2006 20:39:26 -0000      1.85
+++ e_configure.c       16 Dec 2006 21:40:04 -0000      1.86
@@ -435,11 +435,9 @@
    cat = _e_configure_category_add(eco, _("Language"), "enlightenment/intl");
    _e_configure_item_add(cat, _("Language Settings"), "enlightenment/intl", 
e_int_config_intl);
    _e_configure_item_add(cat, _("Input Method Settings"), "enlightenment/imc", 
e_int_config_imc);
-   
-   cat = _e_configure_category_add(eco, _("Miscellaneous"), 
"enlightenment/misc");
-   _e_configure_item_add(cat, _("Configuration Dialogs"), 
"enlightenment/configuration", e_int_config_cfgdialogs);
 
    cat = _e_configure_category_add(eco, _("Advanced"), 
"enlightenment/advanced");
+   _e_configure_item_add(cat, _("Configuration Dialogs"), 
"enlightenment/configuration", e_int_config_cfgdialogs);
    _e_configure_item_add(cat, _("Performance"), "enlightenment/performance", 
e_int_config_performance);   
    _e_configure_item_add(cat, _("Window List"), "enlightenment/winlist", 
e_int_config_winlist);
    _e_configure_item_add(cat, _("Run Command"), "enlightenment/run", 
e_int_config_exebuf);



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