Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ipc.c 


Log Message:
Fix eesh win_op current ...

===================================================================
RCS file: /cvs/e/e16/e/src/ipc.c,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -3 -r1.276 -r1.277
--- ipc.c       24 Aug 2006 21:52:28 -0000      1.276
+++ ipc.c       26 Sep 2006 20:18:08 -0000      1.277
@@ -100,6 +100,8 @@
    if (!strcmp(match, "*") || !strcmp(match, "=") || !strcmp(match, "current"))
      {
        ewin = GetContextEwin();
+       if (!ewin)
+          ewin = GetFocusEwin();
        if (match[0] == '=')
           flags = 1;           /* Nogroup */
        goto do_one;



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