Enlightenment CVS committal
Author : sndev
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_int_gadcon_config.c
Log Message:
ooopppps. Using uninitiliazed "label" variable in _basic_create_widgets and
_cb_remove_instance. fixing.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_int_gadcon_config.c 20 May 2006 03:53:36 -0000 1.9
+++ e_int_gadcon_config.c 21 May 2006 11:20:30 -0000 1.10
@@ -315,7 +315,7 @@
for (l = cfdata->cf_gcc; l; l = l->next)
{
E_Gadcon_Client_Class *cc;
- char *label;
+ char *label = NULL;
Evas_Object *icon;
cf_gcc = l->data;
@@ -408,6 +408,7 @@
cf_gcc = l->data;
cc = NULL;
+ label = NULL;
for (l2 = e_gadcon_provider_list(); l2; l2 = l2->next)
{
cc = l2->data;
-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs