After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 154041 - Newly added window list applet shows all windows
Newly added window list applet shows all windows
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: general
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks: 155905
 
 
Reported: 2004-09-29 10:13 UTC by Crispin Flowerday (not receiving bugmail)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to update lists after widget realization (984 bytes, patch)
2004-10-13 13:38 UTC, Jürg Billeter
none Details | Review

Description Crispin Flowerday (not receiving bugmail) 2004-09-29 10:13:23 UTC
bug 98698 made a change so that the window list applet only shows the windows on
the current monitor, however if you add a new window list applet, it shows _all_
windows initialy.

Eventually, after doing some actions, which I haven't quite worked out it
removes all the other windows, and just shows the windows on its monitor.
Comment 1 Mark McLoughlin 2004-09-29 14:52:37 UTC
Jürg: could you take a look at this?
Comment 2 Jürg Billeter 2004-10-13 13:37:43 UTC
Sorry for the late response, have been busy and away during the last weeks.
Should be fixed with the attached patch.
Comment 3 Jürg Billeter 2004-10-13 13:38:17 UTC
Created attachment 32557 [details] [review]
patch to update lists after widget realization
Comment 4 Havoc Pennington 2004-10-16 15:14:55 UTC
The patch seems reasonable to me if it's been tested.
Comment 5 Mark McLoughlin 2004-12-15 10:26:07 UTC
Thanks

2004-12-15  Mark McLoughlin  <mark@skynet.ie>

        Patch from Juerg Billeter <j@bitron.ch> in bug #154041
        to fix windows from all screen being shown when tasklist
        is first created.

        * libwnck/tasklist.c: (wnck_tasklist_realize):
        update lists after realization.