Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Convert borders to efreet.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -3 -r1.168 -r1.169
--- e_mod_main.c        25 Mar 2007 10:16:05 -0000      1.168
+++ e_mod_main.c        25 Mar 2007 17:23:49 -0000      1.169
@@ -1083,23 +1083,14 @@
      {
        app = ev->data;
      }
-#if 0
    else if (!strcmp(type, "enlightenment/border"))
      {
        E_Border *bd;
 
        bd = ev->data;
-       app = bd->app;
+       app = bd->desktop;
 
-       if (!app)
-         {
-            app = e_app_border_find(bd);
-         }
-       if (!app)
-         {
-            app = e_app_launch_id_pid_find(bd->client.netwm.startup_id,
-                                           bd->client.netwm.pid);
-         }
+#if 0
        if (!app)
          {
             char *bname = NULL, *bclass = NULL;
@@ -1147,8 +1138,8 @@
                  
e_eap_edit_show(e_container_current_get(e_manager_current_get()), app);
               }
          }
-     }
 #endif
+     }
    else if (!strcmp(type, "text/uri-list"))
      {
        fl = ev->data;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to