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:


get app from border now - no more zillions of params. also use wm command to
match

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -3 -r1.140 -r1.141
--- e_mod_main.c        3 Sep 2006 13:16:14 -0000       1.140
+++ e_mod_main.c        5 Sep 2006 14:44:28 -0000       1.141
@@ -1219,10 +1219,7 @@
 
        if (!app)
          {
-            app = 
e_app_window_name_class_title_role_find(bd->client.icccm.name,
-                                                          
bd->client.icccm.class,
-                                                          
e_border_name_get(bd),
-                                                          
bd->client.icccm.window_role);
+            app = e_app_border_find(bd);
          }
        if (!app)
          {



-------------------------------------------------------------------------
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