Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        warp.c 


Log Message:
Put lost warpfocused option back in.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/warp.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- warp.c      3 Jun 2004 18:04:47 -0000       1.45
+++ warp.c      8 Jun 2004 22:16:14 -0000       1.46
@@ -131,7 +131,7 @@
        ewin = lst[warpFocusIndex];
        if (!FindItem((char *)ewin, 0, LIST_FINDBY_POINTER, LIST_TYPE_EWIN))
           ewin = NULL;
-       if (ewin)
+       if (ewin && Conf.warplist.warpfocused)
           FocusToEWin(ewin, FOCUS_WARP_NEXT);
        WarpFocusShowTitle(ewin);
        Efree(lst);




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to