diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-07 10:53:56 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-07 10:53:56 +0100 |
commit | f17b3140b1ac0efd8c89ed15d2b2f1549595462d (patch) | |
tree | 11e286833028996212f6f1461d241cbe3404aada /src/play-button.h | |
parent | 1a664a07c80b0af9cd49d58335dda39df0d7785e (diff) | |
parent | 6f82956f269c047fe0b94a188c18ceed50bc74ea (diff) | |
download | ayatana-indicator-sound-f17b3140b1ac0efd8c89ed15d2b2f1549595462d.tar.gz ayatana-indicator-sound-f17b3140b1ac0efd8c89ed15d2b2f1549595462d.tar.bz2 ayatana-indicator-sound-f17b3140b1ac0efd8c89ed15d2b2f1549595462d.zip |
button press fixes merged
Diffstat (limited to 'src/play-button.h')
-rw-r--r-- | src/play-button.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/play-button.h b/src/play-button.h index 727a489..6bacac7 100644 --- a/src/play-button.h +++ b/src/play-button.h @@ -56,8 +56,8 @@ struct _PlayButton { GType play_button_get_type (void); void play_button_set_style(GtkWidget* button, GtkStyle* style); PlayButtonEvent determine_button_event(GtkWidget* button, GdkEventButton* event); -void play_button_react_to_button_press(GtkWidget* button, PlayButtonEvent command); -void play_button_react_to_button_release(GtkWidget* button); +void play_button_react_to_button_press(GtkWidget* button, PlayButtonEvent command); +void play_button_react_to_button_release(GtkWidget* button, PlayButtonEvent command); void play_button_toggle_play_pause(GtkWidget* button, PlayButtonState update); GtkWidget* play_button_new(); |