Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_location_add_dialog.c 


Log Message:
* Whoops - wrong variable name

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/dialogs/etk_location_add_dialog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etk_location_add_dialog.c   23 Feb 2006 23:29:49 -0000      1.1
+++ etk_location_add_dialog.c   23 Feb 2006 23:52:29 -0000      1.2
@@ -191,7 +191,7 @@
                                ETK_FILL_POLICY_HFILL | ETK_FILL_POLICY_VFILL | 
ETK_FILL_POLICY_HEXPAND);
 
        dialog->name_entry = etk_entry_new();
-       etk_entry_text_set(ETK_ENTRY(entry), "New Location");
+       etk_entry_text_set(ETK_ENTRY(dialog->name_entry), "New Location");
        etk_table_attach(ETK_TABLE(dialog->vbox2), dialog->name_entry,1,1,0,0,
                                0,0,
                                ETK_FILL_POLICY_HFILL | ETK_FILL_POLICY_VFILL | 
ETK_FILL_POLICY_HEXPAND);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to