diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-15 18:19:47 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-15 18:19:47 +0100 |
commit | 746d97ef9c7b08acf2cf6a6a7699638a780a2ef1 (patch) | |
tree | 833016e9b638a827fa0c28df763214d07141148c /src | |
parent | 7ea705e793423d293cca7b5d5e39697c245df7df (diff) | |
download | ayatana-indicator-sound-746d97ef9c7b08acf2cf6a6a7699638a780a2ef1.tar.gz ayatana-indicator-sound-746d97ef9c7b08acf2cf6a6a7699638a780a2ef1.tar.bz2 ayatana-indicator-sound-746d97ef9c7b08acf2cf6a6a7699638a780a2ef1.zip |
mistaken checkin reverted
Diffstat (limited to 'src')
-rw-r--r-- | src/play-button.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/play-button.c b/src/play-button.c index 2e85a6c..5e8a90d 100644 --- a/src/play-button.c +++ b/src/play-button.c @@ -370,7 +370,7 @@ play_button_init (PlayButton *self) GINT_TO_POINTER(TRANSPORT_NEXT), next_list); - gtk_widget_set_size_request(GTK_WIDGET(self), 100, 50); + gtk_widget_set_size_request(GTK_WIDGET(self), 200, 50); } @@ -397,6 +397,7 @@ play_button_expose (GtkWidget *button, GdkEventExpose *event) event->area.width, event->area.height); cairo_clip(cr); + draw (button, cr); cairo_destroy (cr); return FALSE; |