diff options
author | Andrea Cimitan <andrea.cimitan@canonical.com> | 2010-11-17 13:17:05 +0100 |
---|---|---|
committer | Andrea Cimitan <andrea.cimitan@canonical.com> | 2010-11-17 13:17:05 +0100 |
commit | 8a1071905651219598cd04ee06ecafe6ceafaa67 (patch) | |
tree | eb332bb915c40382b5a3624a45402ab39d43395c /src | |
parent | a9dea58aef77180c83d8827690f11b9a5acb56fc (diff) | |
download | ayatana-indicator-sound-8a1071905651219598cd04ee06ecafe6ceafaa67.tar.gz ayatana-indicator-sound-8a1071905651219598cd04ee06ecafe6ceafaa67.tar.bz2 ayatana-indicator-sound-8a1071905651219598cd04ee06ecafe6ceafaa67.zip |
ops :)
Diffstat (limited to 'src')
-rw-r--r-- | src/transport-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport-widget.c b/src/transport-widget.c index fffbdef..abccb7d 100644 --- a/src/transport-widget.c +++ b/src/transport-widget.c @@ -213,7 +213,7 @@ static gboolean transport_widget_expose (GtkWidget *button, GdkEventExpose *event) { cairo_t *cr; - cr = gdk_cairo_create (button); + cr = gdk_cairo_create (button->window); //g_debug("In the playbutton's expose method, x = %i, y=%i and width: %i and height: %i'"); cairo_rectangle (cr, |