Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_callbacks.c 


Log Message:
Fix the segfault.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_callbacks.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ephoto_callbacks.c  7 Sep 2006 00:13:12 -0000       1.16
+++ ephoto_callbacks.c  7 Sep 2006 02:07:42 -0000       1.17
@@ -21,7 +21,7 @@
  Ewl_Widget *hbox;
  Ewl_Widget *image;
  Ewl_Widget *text;
- Ewl_Widget *children[1];
+ Ewl_Widget *children[2];
  Ewl_Widget *row;
  
  home = getenv("HOME");
@@ -76,7 +76,7 @@
  Ewl_Widget *hbox;
  Ewl_Widget *image;
  Ewl_Widget *text;
- Ewl_Widget *children[1];
+ Ewl_Widget *children[2];
  Ewl_Widget *row;
  
  directory = 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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to