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 629416 - don't use gdk_draw_ in vinagre panel applet
don't use gdk_draw_ in vinagre panel applet
Status: RESOLVED FIXED
Product: vinagre
Classification: Applications
Component: applet
git master
Other Linux
: Normal trivial
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-12 11:28 UTC by Daniel Svensson
Modified: 2011-03-06 09:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that removes the use of gdk_draw_* in favour of cairo. (2.38 KB, patch)
2010-09-12 11:30 UTC, Daniel Svensson
committed Details | Review

Description Daniel Svensson 2010-09-12 11:28:17 UTC
gdk_draw_ is deprecated, patch attached that replaces the code with cairo instead.
Comment 1 Daniel Svensson 2010-09-12 11:30:30 UTC
Created attachment 170075 [details] [review]
patch that removes the use of gdk_draw_* in favour of cairo.
Comment 2 David King 2011-03-06 09:32:46 UTC
Comment on attachment 170075 [details] [review]
patch that removes the use of gdk_draw_* in favour of cairo.

Pushed as commit 04d1a13bf11c79db61c643e44e618223d61e9041, thanks!