GNOME Bugzilla – Bug 117458
cdplayer applet to use "media-*" as stock-ids
Last modified: 2004-12-22 21:47:04 UTC
Cdplayer applet uses "cdplayer-*" (i.e., cdplayer-stop, cdplayer-play, etc.) as stock-ids to fetch the themed icons supplied by GtkThemes. These themed icons supplied by the GtkThemes are common for other media applications like grecord, gnome-cd etc. hence it would make more sense if all these applications uses common stock-ids there by avoiding redundant entries in theme rc files. I think "media-*" can be commonly used by all these *media* applications.
I worked out a patch which swaps "cdplayer-*" with "media-*". Once we agree upon this and commit, gnome-themes should be patched to use media-* (spoke to Calum and he has agreed for this gnome-themes change).
Created attachment 18305 [details] [review] Patch as stated above.
Looks good. Please commit. Thanks!
Kevin, patch committed to HEAD. Thanks! ---------- 2003-07-17 Rajkumar Sivasamy <rajkumar.siva@wipro.com> * cdplayer.c: cdplayer applet to use "media-*" as stock-ids. Fixes bug #117458.