Enlightenment CVS committal

Author  : vapier
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        userconfig.c 


Log Message:
make sure we init variables before using them
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/userconfig.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- userconfig.c        27 Jun 2005 14:42:28 -0000      1.17
+++ userconfig.c        25 Oct 2005 00:55:05 -0000      1.18
@@ -43,7 +43,7 @@
 static void
 _userconfig_applinks_change(void *data, E_App *a, E_App_Change ch)
 {
-  OD_Icon *tmp;
+  OD_Icon *tmp = NULL;
   Evas_List *l;
   if (a->parent == applist) {
     switch (ch) {




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to