Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_color_classes.c 


Log Message:
Added ibar label color class for testing.
Added some comments, removed a printf.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_color_classes.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_int_config_color_classes.c        3 Oct 2006 12:59:11 -0000       1.5
+++ e_int_config_color_classes.c        3 Oct 2006 13:14:17 -0000       1.6
@@ -33,20 +33,26 @@
    Evas_List *classes;
 };
 
+/* Key Pairs for color classes
+ * 
+ * These can/should be changed to "official" key/names
+ */
 const CFColor_Hash _color_hash[] = 
 {
-     {NULL, N_("Window Manager")},
-     {"about_title", N_("About Dialog Title")},
-     {"about_version", N_("About Dialog Version")},
+     {NULL,                 N_("Window Manager")},
+     {"about_title",        N_("About Dialog Title")},
+     {"about_version",      N_("About Dialog Version")},
      {"menu_title_default", N_("Menu Title")},
-     {"menu_title_active", N_("Menu Title Active")},
-     {"menu_item_default", N_("Menu Item")},
+     {"menu_title_active",  N_("Menu Title Active")},
+     {"menu_item_default",  N_("Menu Item")},
 
      {NULL, N_("Widgets")},
-     {"button_text_enabled", N_("Button Text Enabled")},
+     {"button_text_enabled",  N_("Button Text Enabled")},
      {"button_text_disabled", N_("Button Text Disabled")},
 
      {NULL, N_("Modules")},
+     {"ibar_label_default", N_("IBar Label")},
+     {"ibar_label_active",  N_("IBar Label Active")},
      {NULL, NULL}
 };
 
@@ -259,7 +265,7 @@
               }
             else
               icon = NULL;
-            printf("Adding: %s\n", cfc->name);
+
             e_widget_ilist_append(obj, icon, cfc->name, NULL, NULL, NULL);
          }
      }



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