Enlightenment CVS committal

Author  : manowarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_configure.c 


Log Message:


some icons for the Applications category.
Stay tuned.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- e_configure.c       7 Jan 2007 23:06:39 -0000       1.87
+++ e_configure.c       10 Jan 2007 19:26:39 -0000      1.88
@@ -404,9 +404,9 @@
    _e_configure_item_add(cat, _("Startup"), "enlightenment/startup", 
e_int_config_startup);
 
    cat = _e_configure_category_add(eco, _("Applications"), 
"enlightenment/applications");
-   _e_configure_item_add(cat, _("IBar Applications"), 
"enlightenment/applications", e_int_config_apps_ibar);   
-   _e_configure_item_add(cat, _("Restart Applications"), 
"enlightenment/applications", e_int_config_apps_restart);
-   _e_configure_item_add(cat, _("Startup Applications"), 
"enlightenment/applications", e_int_config_apps_startup);
+   _e_configure_item_add(cat, _("IBar Applications"), 
"enlightenment/ibar_applications", e_int_config_apps_ibar);   
+   _e_configure_item_add(cat, _("Restart Applications"), 
"enlightenment/restart_applications", e_int_config_apps_restart);
+   _e_configure_item_add(cat, _("Startup Applications"), 
"enlightenment/startup_applications", e_int_config_apps_startup);
    
    cat = _e_configure_category_add(eco, _("Screen"), 
"enlightenment/screen_setup");
    _e_configure_item_add(cat, _("Virtual Desktops"), "enlightenment/desktops", 
e_int_config_desks);
@@ -428,7 +428,7 @@
 #else
    _e_configure_item_add(cat, _("Applications Menu"), 
"enlightenment/applications", e_int_config_apps);
 #endif
-   _e_configure_item_add(cat, _("Menu Settings"), "enlightenment/menus", 
e_int_config_menus);
+   _e_configure_item_add(cat, _("Menu Settings"), 
"enlightenment/menu_settings", e_int_config_menus);
 
    cat = _e_configure_category_add(eco, _("Language"), "enlightenment/intl");
    _e_configure_item_add(cat, _("Language Settings"), "enlightenment/intl", 
e_int_config_intl);
@@ -440,7 +440,7 @@
    _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);
    _e_configure_item_add(cat, _("Search Directories"), 
"enlightenment/directories", e_int_config_paths);
-   _e_configure_item_add(cat, _("File Icons"), "enlightenment/e", 
e_int_config_mime);
+   _e_configure_item_add(cat, _("File Icons"), "enlightenment/file_icons", 
e_int_config_mime);
 
    cat = _e_configure_category_add(eco, _("Extensions"), 
"enlightenment/extensions");
    _e_configure_item_add(cat, _("Modules"), "enlightenment/modules", 
e_int_config_modules);



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