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:


eap icons update realtime in borders based off on-disk changes etc. etc.
(editing icons seems to work like a charm for me so far).

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -3 -r1.117 -r1.118
--- e_mod_main.c        10 May 2006 11:58:20 -0000      1.117
+++ e_mod_main.c        14 May 2006 01:13:42 -0000      1.118
@@ -759,7 +759,12 @@
    IBar_Icon *ic;
    
    ic = data;
-   /* FIXME: - show eap editor on the ic->app */
+   if (ic->app->orig)
+     e_eap_edit_show(ic->ibar->inst->gcc->gadcon->zone->container,
+                    ic->app->orig);
+   else
+     e_eap_edit_show(ic->ibar->inst->gcc->gadcon->zone->container,
+                    ic->app);
 }
 
 static void




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to