diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 10:57:41 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-01-27 10:57:41 -0500 |
commit | ca22323b4ff36f6bd0e76369056f362d900ef1c8 (patch) | |
tree | 45b8dd1f84a772c6a031a760abc7592236346779 /src/transport-widget.c | |
parent | 6eac4d8a9359143ecc6120806e48176f654e2543 (diff) | |
parent | 5338c77428955cf6701b5fa9cad84e135f6522b2 (diff) | |
download | ayatana-indicator-sound-ca22323b4ff36f6bd0e76369056f362d900ef1c8.tar.gz ayatana-indicator-sound-ca22323b4ff36f6bd0e76369056f362d900ef1c8.tar.bz2 ayatana-indicator-sound-ca22323b4ff36f6bd0e76369056f362d900ef1c8.zip |
* New upstream release.
- Music control buttons flicker (LP: #684755)
- Sound Menu should re-read playlists from MPRIS apps when
PropertiesChanged is postec (LP: #707042)
- Spotify crashes the service (LP: #707367)
- Refactor service dbus code plus state handling (LP: #708793)
- changing the volume is impossible while muted (LP: #558784)
- Banshee icon changes to coloured icon once in use (LP: #692648)
Diffstat (limited to 'src/transport-widget.c')
-rw-r--r-- | src/transport-widget.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/transport-widget.c b/src/transport-widget.c index a276a31..6ddd4bc 100644 --- a/src/transport-widget.c +++ b/src/transport-widget.c @@ -289,11 +289,7 @@ transport_widget_motion_notify_event (GtkWidget *menuitem, event); priv->motion_event = result; - cairo_t *cr; - cr = gdk_cairo_create (menuitem->window); - draw ( menuitem, cr ); - cairo_destroy ( cr ); - + gtk_widget_queue_draw (menuitem); return TRUE; } |