diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-10-26 17:03:20 -0400 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-10-26 17:03:20 -0400 |
commit | a33f50636cea5d6c1972d1772a59cbb4a0c951b5 (patch) | |
tree | f3ee17a5ca213a44035564fdbd4aa8d54c290a19 /src/transport-menu-item.vala | |
parent | 8067376fb719ac5bf577a3e85d080eec765ec465 (diff) | |
download | ayatana-indicator-sound-a33f50636cea5d6c1972d1772a59cbb4a0c951b5.tar.gz ayatana-indicator-sound-a33f50636cea5d6c1972d1772a59cbb4a0c951b5.tar.bz2 ayatana-indicator-sound-a33f50636cea5d6c1972d1772a59cbb4a0c951b5.zip |
initial transport state fixed
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 7faadb5..839abf0 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -42,6 +42,8 @@ public class TransportMenuitem : PlayerItem public void change_play_state(state update) { + debug("UPDATING THE TRANSPORT DBUSMENUITEM PLAY STATE WITH VALUE %i", + (int)update); this.property_set_int(MENUITEM_PLAY_STATE, update); } |