aboutsummaryrefslogtreecommitdiff
path: root/src/metadata-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-13 17:02:41 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-13 17:02:41 +0200
commited942a6e5eb61a366a87b7346999ef5c146fc7fb (patch)
tree943b794194308f1e1cfa5f3d5dac1c7a1d9f32b8 /src/metadata-menu-item.vala
parentec14b8310dd5b02ed749c2cfade5c1a45ef00bac (diff)
downloadayatana-indicator-sound-ed942a6e5eb61a366a87b7346999ef5c146fc7fb.tar.gz
ayatana-indicator-sound-ed942a6e5eb61a366a87b7346999ef5c146fc7fb.tar.bz2
ayatana-indicator-sound-ed942a6e5eb61a366a87b7346999ef5c146fc7fb.zip
arrow drawing properly
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r--src/metadata-menu-item.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala
index 8d7b55d..de02aec 100644
--- a/src/metadata-menu-item.vala
+++ b/src/metadata-menu-item.vala
@@ -180,6 +180,7 @@ public class MetadataMenuitem : PlayerItem
public void toggle_active_triangle (bool update)
{
+ debug ("toggle active triangle");
this.property_set_bool (MENUITEM_PLAYER_RUNNING, update);
}