Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        behavior.c 


Log Message:
- Fix return type warning when getting an etk_entry, it returns a const char*, 
but we use normal char*'s everywhere.

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/behavior.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- behavior.c  16 Aug 2006 12:52:01 -0000      1.4
+++ behavior.c  16 Aug 2006 13:13:30 -0000      1.5
@@ -18,7 +18,7 @@
 static Entrance_Entry login_autologin_user;
 
 static int val_login_mode;
-static const char* val_login_user;
+static char* val_login_user;
 
 static void _build_group_login(void);
 static void _load_login(void);
@@ -29,7 +29,7 @@
 static Entrance_Entry presel_prevuser;
 
 static int val_presel_mode;
-static const char* val_presel_prevuser;
+static char* val_presel_prevuser;
 
 static void _build_group_presel(void);
 static void _load_presel(void);



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