diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-28 11:29:18 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-28 11:29:18 -0600 |
commit | 7cd90199beb0b10bfc22a669ca1954c16573abd5 (patch) | |
tree | 10e3774dc24b2fe4c15ece65d2498c986e025c32 /src/transport-widget.c | |
parent | 6b2132fb4e700fe84a26adeac5126e8afbc507b3 (diff) | |
download | ayatana-indicator-sound-7cd90199beb0b10bfc22a669ca1954c16573abd5.tar.gz ayatana-indicator-sound-7cd90199beb0b10bfc22a669ca1954c16573abd5.tar.bz2 ayatana-indicator-sound-7cd90199beb0b10bfc22a669ca1954c16573abd5.zip |
deal with dbusmenu api changes
Diffstat (limited to 'src/transport-widget.c')
-rw-r--r-- | src/transport-widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport-widget.c b/src/transport-widget.c index 6ddd4bc..5c8e732 100644 --- a/src/transport-widget.c +++ b/src/transport-widget.c @@ -422,7 +422,6 @@ transport_widget_determine_button_event( TransportWidget* button, //g_debug("event x coordinate = %f", event->x); //g_debug("event y coordinate = %f", event->y); TransportWidgetEvent button_event = TRANSPORT_NADA; - // For now very simple rectangular collision detection if(event->x > 67 && event->x < 112 && event->y > 12 && event->y < 40){ button_event = TRANSPORT_PREVIOUS; |