*** empty log message ***
authorsebastid <sebastid>
Wed, 21 Sep 2005 16:36:20 +0000 (16:36 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Sep 2005 16:36:20 +0000 (16:36 +0000)
SVN revision: 16827

src/modules/pager/e_mod_main.c

index e6a4a24..5a53b10 100644 (file)
@@ -813,7 +813,7 @@ _pager_desk_new(Pager_Face *face, E_Desk *desk, int xpos, int ypos)
      {
        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);