Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enhance/examples


Modified Files:
        enhance_test.c 


Log Message:
dont bother freeing, use extrackt.glade, better demo
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enhance/examples/enhance_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- enhance_test.c      7 Feb 2006 00:34:31 -0000       1.1
+++ enhance_test.c      7 Feb 2006 09:51:26 -0000       1.2
@@ -14,7 +14,6 @@
 on_window1_delete_event(void *data)
 {
    etk_main_quit();
-   enhance_free(en);
    enhance_shutdown();
    return 1;
 }
@@ -37,7 +36,7 @@
    en = enhance_new();      
    enhance_callback_data_set(en, "rip_only_clicked", &data);
    
-   enhance_file_load(en, "window1", "email.glade");
+   enhance_file_load(en, "window1", "extrackt.glade");
    
    data2 = enhance_callback_data_get(en, "rip_only_clicked");
    *data2 = string2;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to