Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
raise when uniconifying
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        28 Feb 2005 14:09:30 -0000      1.6
+++ e_mod_main.c        28 Feb 2005 14:35:35 -0000      1.7
@@ -1145,7 +1145,10 @@
    if (ev->button == 1)
      {
        if (ic->min)
-         e_border_uniconify(ic->border);
+         {
+            e_border_uniconify(ic->border);
+            e_border_raise(ic->border);
+         }
        else
          {
             edje_object_signal_emit(ic->bg_object, "start", "");




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to