Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:


fix up exe to set DISPALY right for executed apps on other managers... this
also technically may allow us to add other properties to a window if i get
ehack back in to then put it on the desktop it was launched on.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- e_mod_main.c        23 May 2005 22:52:34 -0000      1.55
+++ e_mod_main.c        2 Jun 2005 09:49:07 -0000       1.56
@@ -1193,7 +1193,7 @@
        edje_object_signal_emit(ic->bg_object, "start", "");
        edje_object_signal_emit(ic->overlay_object, "start", "");
        edje_object_signal_emit(ic->ibb->overlay_object, "start", "");
-       e_app_exec(ic->app);
+       e_zone_app_exec(ic->ibb->gmc->zone, ic->app);
 #else
        drag_x = ev->output.x;
        drag_y = ev->output.y;
@@ -1219,7 +1219,7 @@
        edje_object_signal_emit(ic->ibb->overlay_object, "start_end", "");
 #else
        if (!drag)
-         e_app_exec(ic->app);
+         e_zone_app_exec(ic->ibb->gmc->zone, ic->app);
        drag = 0;
        drag_start = 0;
 #endif




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to