Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_includes.h e_configure.c Makefile.am 
Added Files:
        e_int_config_desks.c e_int_config_desks.h 


Log Message:
Add a desktop settings dialog - needs a nice preview of the desks (which will 
fix the layout) but I don't know how to do that!
works though :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_includes.h        19 Nov 2005 06:10:52 -0000      1.65
+++ e_includes.h        21 Nov 2005 12:44:19 -0000      1.66
@@ -79,6 +79,7 @@
 #include "e_widget_iconsel.h"
 #include "e_config_dialog.h"
 #include "e_int_config_focus.h"
+#include "e_int_config_desks.h"
 #include "e_icon_layout.h"
 #include "e_int_border_locks.h"
 #include "e_thumb.h"
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_configure.c       19 Nov 2005 06:10:52 -0000      1.12
+++ e_configure.c       21 Nov 2005 12:44:19 -0000      1.13
@@ -59,6 +59,7 @@
 
    /* add items here */
    e_configure_standard_item_add(eco, "enlightenment/e", _("Focus Settings"), 
e_int_config_focus);
+   e_configure_standard_item_add(eco, "enlightenment/e", _("Desktop 
Settings"), e_int_config_desks);
    e_configure_standard_item_add(eco, "enlightenment/e", _("Window 
Manipulation"), e_int_config_window_manipulation);
    e_configure_standard_item_add(eco, "enlightenment/e", _("Window Display"), 
e_int_config_window_display);
    
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- Makefile.am 19 Nov 2005 06:10:52 -0000      1.81
+++ Makefile.am 21 Nov 2005 12:44:19 -0000      1.82
@@ -76,7 +76,6 @@
 e_win.h \
 e_pan.h \
 e_dialog.h \
-e_configure.h \
 e_about.h \
 e_theme_about.h \
 e_apps_cache.h \
@@ -98,6 +97,8 @@
 e_widget_image.h \
 e_config_dialog.h \
 e_int_config_focus.h \
+e_int_config_desks.h \
+e_configure.h \
 e_icon_layout.h \
 e_int_border_locks.h \
 e_thumb.h \
@@ -173,7 +174,6 @@
 e_win.c \
 e_pan.c \
 e_dialog.c \
-e_configure.c \
 e_about.c \
 e_theme_about.c \
 e_apps_cache.c \
@@ -195,6 +195,8 @@
 e_widget_image.c \
 e_config_dialog.c \
 e_int_config_focus.c \
+e_int_config_desks.c \
+e_configure.c \
 e_icon_layout.c \
 e_int_border_locks.c \
 e_thumb.c \




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to