GNOME Bugzilla – Bug 413130
charpick doesn't handle transparent background
Last modified: 2008-02-09 21:19:41 UTC
Charpick doesn't handle transparent background. Requested at FOSDEM 2007 (see point 75. here http://live.gnome.org/Brussels2007/StickyNotes ).
Created attachment 83552 [details] [review] charpick-trasparent.patch Code taken from trash applet.
The wiki page is now moved to: http://live.gnome.org/Brussels2007/LoveWall
*** Bug 419673 has been marked as a duplicate of this bug. ***
Patch looks good to me. I just applied it to SVN TRUNK and it works. Can someone of the maintainers please review and commit this patch?
I can confirm that the patch applies and works just fine with gnome-applets-2.21.4.
Created attachment 104714 [details] [review] Handle background-changes of the panel Here is a little shorter patch i wrote.
A lot better, thanks Florian. Now we can only hope that a maintainer will note this little nice patch within the next couple of years. BTW, you forgot the space between the function name and the round bracket and after the GTK_WIDGET macro.
That patch has the right line of code, but its in the wrong place. Instead I've put the call to panel_applet_set_background_widget inside the charpicker_applet_fill function. The result has been committed to SVN head and should be in gnome-applets 2.21.91. Thanks.