aboutsummaryrefslogtreecommitdiff
path: root/src/scrub-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-24 17:59:15 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-24 17:59:15 +0100
commit5c225cc9608267ce25d599c279271eb5b7ee7a19 (patch)
tree547bd11cfb363a8b4f4ff68d986c425fd348ae40 /src/scrub-menu-item.vala
parent6c2b00b21e60c5b667bb3d82639190af58d3c847 (diff)
parentfeed9f62a8779febde16e4f4461967a2b2a33e72 (diff)
downloadayatana-indicator-sound-5c225cc9608267ce25d599c279271eb5b7ee7a19.tar.gz
ayatana-indicator-sound-5c225cc9608267ce25d599c279271eb5b7ee7a19.tar.bz2
ayatana-indicator-sound-5c225cc9608267ce25d599c279271eb5b7ee7a19.zip
merged the UI polishes, more to follow ...
Diffstat (limited to 'src/scrub-menu-item.vala')
-rw-r--r--src/scrub-menu-item.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrub-menu-item.vala b/src/scrub-menu-item.vala
index 7368a0c..d7b60a0 100644
--- a/src/scrub-menu-item.vala
+++ b/src/scrub-menu-item.vala
@@ -42,7 +42,7 @@ public class ScrubMenuitem : PlayerItem
public void update_playstate(int state)
{
- this.property_set_int(MENUITEM_PLAY_STATE, state);
+ this.property_set_int(MENUITEM_PLAY_STATE, state);
}
public static HashSet<string> attributes_format()