diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-15 00:32:27 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-15 00:32:27 +0100 |
commit | ca99bae318b2768e721c2fa0834e8d12c196b245 (patch) | |
tree | a94a0f13e29c8b1a5f3ac967577632c001f3690d /src/transport-menu-item.vala | |
parent | b8519dc8b908adf85f88299c743106c9c3627b64 (diff) | |
download | ayatana-indicator-sound-ca99bae318b2768e721c2fa0834e8d12c196b245.tar.gz ayatana-indicator-sound-ca99bae318b2768e721c2fa0834e8d12c196b245.tar.bz2 ayatana-indicator-sound-ca99bae318b2768e721c2fa0834e8d12c196b245.zip |
key events are not going to be easy
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 0ecc9b1..7687a92 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -15,7 +15,5 @@ public class TransportMenuitem : Dbusmenu.Menuitem public override void handle_event(string name, GLib.Value input_value, uint timestamp) { - this.property_set(DBUSMENU_TRANSPORT_MENUITEM_STATE, "1"); - debug("TransportItem -> handle event caught!"); } }
\ No newline at end of file |