Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        behavior.c 


Log Message:
- Once more modify to work with new etk_box api in new etk. bad rhapsodhy :(, 
you should check commit logs for anything you see with a CVS update. This was 
clearly stated there.
- Fix warnings in ew_messagebox, messagebox_ok callback was still in the wrong 
format. Allways strive to compile without warnings, or at least understand 
them. bad rhapsodhy.

ok... that's two counts... no cookie for you today ;)

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/behavior.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- behavior.c  16 Aug 2006 04:18:03 -0000      1.3
+++ behavior.c  16 Aug 2006 12:52:01 -0000      1.4
@@ -18,7 +18,7 @@
 static Entrance_Entry login_autologin_user;
 
 static int val_login_mode;
-static char* val_login_user;
+static const 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 char* val_presel_prevuser;
+static const 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