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 165269 - missing test-selector
missing test-selector
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: selector
git master
Other All
: Normal enhancement
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-26 06:06 UTC by Denis Jacquerye
Modified: 2005-10-01 18:02 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
test-selector.c (1.22 KB, text/plain)
2005-01-26 06:22 UTC, Denis Jacquerye
  Details
patch to build test-selector on 'make' (856 bytes, patch)
2005-01-26 06:23 UTC, Denis Jacquerye
committed Details | Review

Description Denis Jacquerye 2005-01-26 06:06:28 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.
Comment 1 Denis Jacquerye 2005-01-26 06:22:09 UTC
Created attachment 36541 [details]
test-selector.c

A program to test the windows selector applet. (copied and modified from
test-tasklist.c)
Comment 2 Denis Jacquerye 2005-01-26 06:23:44 UTC
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'
Comment 3 Vincent Noel 2005-01-28 15:05:25 UTC
Moving to the right component. Sorry for the spam.
Comment 4 Elijah Newren 2005-07-18 21:26:19 UTC
Looks fine and simple enough to me.
Comment 5 Elijah Newren 2005-10-01 18:02:00 UTC
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