diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-06 19:30:48 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-06 19:30:48 +0100 |
commit | 066b6a521cbda456ffb8f25ff01e1dd7d127fdd2 (patch) | |
tree | 5d7d675750daf600208fc24fa6f87e7794be2926 /src/play-button.h | |
parent | 1a664a07c80b0af9cd49d58335dda39df0d7785e (diff) | |
download | ayatana-indicator-sound-066b6a521cbda456ffb8f25ff01e1dd7d127fdd2.tar.gz ayatana-indicator-sound-066b6a521cbda456ffb8f25ff01e1dd7d127fdd2.tar.bz2 ayatana-indicator-sound-066b6a521cbda456ffb8f25ff01e1dd7d127fdd2.zip |
events from transport bar now are sent on button release
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(); |