diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-21 19:36:21 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-21 19:36:21 +0100 |
commit | 6e001f4e0606bce9d3eb070df97d44a7b10081c5 (patch) | |
tree | 74373818cebb4d313b7d6d7988b104e8e2ff85c5 /src/transport-menu-item.vala | |
parent | 7be2c7248a0b29ea74e8e36db405d5974995a57b (diff) | |
download | ayatana-indicator-sound-6e001f4e0606bce9d3eb070df97d44a7b10081c5.tar.gz ayatana-indicator-sound-6e001f4e0606bce9d3eb070df97d44a7b10081c5.tar.bz2 ayatana-indicator-sound-6e001f4e0606bce9d3eb070df97d44a7b10081c5.zip |
wip
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 7dc1c7f..bfa81d3 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -34,10 +34,10 @@ public class TransportMenuitem : PlayerItem debug("transport on the vala side"); } - public override void update(HashMap<string, string> data) - { - debug("TransportMenuitem::update()"); - } + //public override void update(HashMap<string, string> data) + //{ + // debug("TransportMenuitem::update()"); + //} public override void handle_event(string name, GLib.Value input_value, uint timestamp) { |