aboutsummaryrefslogtreecommitdiff
path: root/src/transport-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-11-03 14:46:36 +0000
committerConor Curran <conor.curran@canonical.com>2010-11-03 14:46:36 +0000
commit7908edebdc349f9a7aa77b736a0208f5afef50b7 (patch)
tree57c15431726da14393482d7b6fab176a7199a470 /src/transport-menu-item.vala
parentf1455e94d68d629749f26de0010e1358c40ce72f (diff)
parent2f96a598a036cc5742a44d1a497f02aef78f7acb (diff)
downloadayatana-indicator-sound-7908edebdc349f9a7aa77b736a0208f5afef50b7.tar.gz
ayatana-indicator-sound-7908edebdc349f9a7aa77b736a0208f5afef50b7.tar.bz2
ayatana-indicator-sound-7908edebdc349f9a7aa77b736a0208f5afef50b7.zip
merged startup state issue
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r--src/transport-menu-item.vala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala
index 7faadb5..36429e8 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);
}
@@ -60,5 +62,4 @@ public class TransportMenuitem : PlayerItem
return attrs;
}
-
} \ No newline at end of file