Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2/src


Modified Files:
        Makefile.am e16menuedit2.c 


Log Message:
fixed gmodule support -> callback binding works now

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 9 Jan 2005 20:53:51 -0000       1.8
+++ Makefile.am 31 Jul 2005 10:25:53 -0000      1.9
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = \
-       @PACKAGE_CFLAGS@ 
+       @PACKAGE_CFLAGS@
 
 bin_PROGRAMS = e16menuedit2
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/e16menuedit2.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e16menuedit2.c      18 Feb 2005 12:10:15 -0000      1.23
+++ e16menuedit2.c      31 Jul 2005 10:25:53 -0000      1.24
@@ -31,9 +31,9 @@
 #include <sys/types.h>
 #include <string.h>
 #include <stdarg.h>
+#include "callbacks.h"
 #include "e16menuedit2.h"
 #include "file.h"
-#include "callbacks.h"
 #include "e16menu.h"
 #include "treeview.h"
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to