Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_configure.c e_includes.h 
        e_int_config_performance.c 
Added Files:
        e_int_config_color_classes.c e_int_config_color_classes.h 


Log Message:
Start of a color classes config dialog. Commented out in Config Panel for now.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -3 -r1.154 -r1.155
--- Makefile.am 29 Sep 2006 06:49:35 -0000      1.154
+++ Makefile.am 3 Oct 2006 05:49:31 -0000       1.155
@@ -134,6 +134,7 @@
 e_int_config_exebuf.h \
 e_int_config_apps.h \
 e_int_config_cfgdialogs.h \
+e_int_config_color_classes.h \
 e_deskpreview.h \
 e_exebuf.h \
 e_desklock.h \
@@ -281,6 +282,7 @@
 e_int_config_apps.c \
 e_int_config_cfgdialogs.c \
 e_int_config_intl.c \
+e_int_config_color_classes.c \
 e_deskpreview.c \
 e_exebuf.c \
 e_desklock.c \
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- e_configure.c       23 Sep 2006 18:42:23 -0000      1.60
+++ e_configure.c       3 Oct 2006 05:49:31 -0000       1.61
@@ -67,6 +67,7 @@
    e_configure_standard_item_add(eco, "enlightenment/background", 
_("Wallpaper"), e_int_config_wallpaper);
    e_configure_standard_item_add(eco, "enlightenment/themes", _("Theme"), 
e_int_config_theme);   
    e_configure_standard_item_add(eco, "enlightenment/fonts", _("Fonts"), 
e_int_config_fonts);
+//   e_configure_standard_item_add(eco, "enlightenment/themes", _("Colors"), 
e_int_config_color_classes);
    e_configure_standard_item_add(eco, "enlightenment/icon_themes", _("Icon 
Theme"), e_int_config_icon_themes);
    e_configure_standard_item_add(eco, "enlightenment/mouse", _("Mouse 
Cursor"), e_int_config_cursor);
    e_configure_standard_item_add(eco, "enlightenment/windows", _("Window 
Display"), e_int_config_window_display);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -3 -r1.132 -r1.133
--- e_includes.h        29 Sep 2006 06:49:35 -0000      1.132
+++ e_includes.h        3 Oct 2006 05:49:31 -0000       1.133
@@ -106,6 +106,7 @@
 #include "e_int_config_apps.h"
 #include "e_int_config_cfgdialogs.h"
 #include "e_int_config_intl.h"
+#include "e_int_config_color_classes.h"
 #include "e_deskpreview.h"
 #include "e_exebuf.h"
 #include "e_desklock.h"
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_performance.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_int_config_performance.c  18 Sep 2006 10:02:36 -0000      1.11
+++ e_int_config_performance.c  3 Oct 2006 05:49:31 -0000       1.12
@@ -95,7 +95,6 @@
    return o;
 }
 
-
 static int
 _advanced_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {



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