Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c e_thumb_main.c 


Log Message:
- Fix return value.
- Add missing header.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -3 -r1.194 -r1.195
--- e_int_menus.c       13 Feb 2007 02:02:38 -0000      1.194
+++ e_int_menus.c       13 Feb 2007 02:04:09 -0000      1.195
@@ -907,7 +907,7 @@
 
    if (j > k) return 1;
    if (j < k) return -1;
-   if (j == k) return 0;
+   return 0;
 }
 
 static void
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_thumb_main.c      5 Feb 2007 10:32:29 -0000       1.21
+++ e_thumb_main.c      13 Feb 2007 02:04:09 -0000      1.22
@@ -14,6 +14,7 @@
 #include <Eet.h>
 #include <Edje.h>
 #include "e_sha1.h"
+#include "e_user.h"
 
 typedef struct _E_Thumb E_Thumb;
 



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