diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-29 21:52:56 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-29 21:52:56 +0100 |
commit | 2d1c2058a7384a6dc0d4c1b900e223b6905df4c6 (patch) | |
tree | 7f108a601c279b262d01ed8b725bbf87e47498b2 /src/transport-menu-item.vala | |
parent | a0c3edbbe3d6cbb160049716cec66bf2673784e4 (diff) | |
download | ayatana-indicator-sound-2d1c2058a7384a6dc0d4c1b900e223b6905df4c6.tar.gz ayatana-indicator-sound-2d1c2058a7384a6dc0d4c1b900e223b6905df4c6.tar.bz2 ayatana-indicator-sound-2d1c2058a7384a6dc0d4c1b900e223b6905df4c6.zip |
launching apps now working
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 264e153..e0d241e 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -27,7 +27,6 @@ public class TransportMenuitem : PlayerItem public TransportMenuitem() { this.property_set(MENUITEM_PROP_TYPE, MENUITEM_TYPE); - debug("transport on the vala side"); } public void change_play_state(int state) |