diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-08 16:12:59 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-08 16:12:59 +0100 |
commit | e4f900efd1e48814a70e4351cc3d878312daef37 (patch) | |
tree | cbedf03dba7641079e1f7aa68b4c325a6d5044b3 /src/player-controller.vala | |
parent | 41747b032d2032c97fd7f1766157e2d846626880 (diff) | |
download | ayatana-indicator-sound-e4f900efd1e48814a70e4351cc3d878312daef37.tar.gz ayatana-indicator-sound-e4f900efd1e48814a70e4351cc3d878312daef37.tar.bz2 ayatana-indicator-sound-e4f900efd1e48814a70e4351cc3d878312daef37.zip |
event handling now plugged in crudely
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index 88dc3a7..dfbf6d3 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -110,6 +110,7 @@ public class PlayerController : GLib.Object if(this.current_state != CONNECTED){ visibility = false; } + debug("about the set the visibility on both the transport and metadata widget to %s", visibility.to_string()); this.custom_items[TRANSPORT].property_set_bool(MENUITEM_PROP_VISIBLE, visibility); this.custom_items[METADATA].property_set_bool(MENUITEM_PROP_VISIBLE, visibility); } |