Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_includes.h e_int_config_fonts.c 
Removed Files:
        e_int_config_hinting.c e_int_config_hinting.h 


Log Message:


formatting - and remove dead code. hinting dialog not used anymore.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -3 -r1.135 -r1.136
--- Makefile.am 14 Aug 2006 04:38:49 -0000      1.135
+++ Makefile.am 14 Aug 2006 15:28:44 -0000      1.136
@@ -142,7 +142,6 @@
 e_int_config_desklock.h \
 e_int_config_exebuf.h \
 e_int_config_cfgdialogs.h \
-e_int_config_hinting.h \
 e_deskpreview.h \
 e_exebuf.h \
 e_desklock.h \
@@ -291,7 +290,6 @@
 e_int_config_desklock.c \
 e_int_config_exebuf.c \
 e_int_config_cfgdialogs.c \
-e_int_config_hinting.c \
 e_deskpreview.c \
 e_exebuf.c \
 e_desklock.c \
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -3 -r1.114 -r1.115
--- e_includes.h        14 Aug 2006 04:38:49 -0000      1.114
+++ e_includes.h        14 Aug 2006 15:28:44 -0000      1.115
@@ -115,7 +115,6 @@
 #include "e_int_config_desklock.h"
 #include "e_int_config_exebuf.h"
 #include "e_int_config_cfgdialogs.h"
-#include "e_int_config_hinting.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_fonts.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_int_config_fonts.c        14 Aug 2006 15:22:45 -0000      1.17
+++ e_int_config_fonts.c        14 Aug 2006 15:28:44 -0000      1.18
@@ -131,7 +131,7 @@
    
    cfd = e_config_dialog_new(con,
                             _("Font Settings"),
-                           "E", "_config_fonts_dialog",
+                            "E", "_config_fonts_dialog",
                             "enlightenment/fonts", 0, v, NULL);
    return cfd;
 }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to