Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enhance/examples


Modified Files:
        dialog.glade enhance_test.c 


Log Message:
fix segv in hash free()ing.

===================================================================
RCS file: /cvs/e/e17/proto/enhance/examples/dialog.glade,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- dialog.glade        11 Jul 2006 03:16:41 -0000      1.1
+++ dialog.glade        5 Aug 2006 16:18:43 -0000       1.2
@@ -19,6 +19,7 @@
   <property name="focus_on_map">True</property>
   <property name="urgency_hint">False</property>
   <property name="has_separator">True</property>
+  <signal name="delete_event" handler="on_window1_delete_event" 
last_modification_time="Fri, 04 Aug 2006 19:59:06 GMT"/>
 
   <child internal-child="vbox">
     <widget class="GtkVBox" id="dialog-vbox1">
===================================================================
RCS file: /cvs/e/e17/proto/enhance/examples/enhance_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- enhance_test.c      2 Aug 2006 05:53:59 -0000       1.8
+++ enhance_test.c      5 Aug 2006 16:18:43 -0000       1.9
@@ -20,7 +20,7 @@
    return 1;
 }
 
-int main(void)
+int main(int argc, char **argv)
 {      
    char *string1;
    char *string2;
@@ -33,7 +33,7 @@
    data = string1;
    
    enhance_init();
-   etk_init(NULL,NULL);
+   etk_init(&argc, &argv);
    
    en = enhance_new();      
    enhance_callback_data_set(en, "rip_only_clicked", &data);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to