Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_entry_dialog.c 


Log Message:
Give the entry widget focus when showing the entry dialog.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry_dialog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_entry_dialog.c    25 Dec 2007 18:15:26 -0000      1.11
+++ e_entry_dialog.c    30 Dec 2007 15:26:33 -0000      1.12
@@ -60,6 +60,7 @@
    
    e_win_centered_set(dia->win, 1);
    e_dialog_show(dia);
+   e_widget_focus_set(ed->entry, 1);
    return ed;
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to