GNOME Bugzilla – Bug 165269
missing test-selector
Last modified: 2005-10-01 18:02:00 UTC
We have a test-wnck, a test-tasklist and a test-pager but no test-selector. If people want to hack with the windows selector applet it would be nice to have a test-selector like for the other applets.
Created attachment 36541 [details] test-selector.c A program to test the windows selector applet. (copied and modified from test-tasklist.c)
Created attachment 36542 [details] [review] patch to build test-selector on 'make' this patch adds lines to Makefile.am to build test-selector on 'make'
Moving to the right component. Sorry for the spam.
Looks fine and simple enough to me.
Oops, forgot about this one. I went ahead and committed it for you now. 2005-10-01 Elijah Newren <newren@gmail.com> Patch from Denis Jacquerye to add a test-selector program for testing; it doesn't get installed, so this isn't breaking any freezes. Fixes #165269. * libwnck/test-selector.c: new file * libwnck/Makefile.am: Make sure to include the new test-selector program, but don't install it