Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -3 -r1.127 -r1.128
--- e_mod_main.c        21 Sep 2005 06:57:36 -0000      1.127
+++ e_mod_main.c        21 Sep 2005 16:36:20 -0000      1.128
@@ -813,7 +813,7 @@
      {
        Pager_Win   *pw;
        
-       if ((bd->new_client) || (bd->desk != desk) || (!bd->sticky)) continue;
+       if ((bd->new_client) || ((bd->desk != desk) && (!bd->sticky))) continue;
        pw = _pager_window_new(pd, bd);
        if (pw)
          pd->wins = evas_list_append(pd->wins, pw);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to