GNOME Bugzilla – Bug 629416
don't use gdk_draw_ in vinagre panel applet
Last modified: 2011-03-06 09:34:12 UTC
gdk_draw_ is deprecated, patch attached that replaces the code with cairo instead.
Created attachment 170075 [details] [review] patch that removes the use of gdk_draw_* in favour of cairo.
Comment on attachment 170075 [details] [review] patch that removes the use of gdk_draw_* in favour of cairo. Pushed as commit 04d1a13bf11c79db61c643e44e618223d61e9041, thanks!