Enlightenment CVS committal

Author  : sndev
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibox


Modified Files:
        e_mod_main.c 


Log Message:

* Focus window on uniconify.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- e_mod_main.c        25 May 2006 13:25:37 -0000      1.47
+++ e_mod_main.c        27 May 2006 22:58:09 -0000      1.48
@@ -672,7 +672,10 @@
    ev = event_info;
    ic = data;
    if ((ev->button == 1) && (!ic->drag.dnd))
-     e_border_uniconify(ic->border);
+     { 
+       e_border_uniconify(ic->border);
+       e_border_focus_set(ic->border, 1, 1);
+     }
 }
 
 static void




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to