aboutsummaryrefslogtreecommitdiff
path: root/src/media-player-user.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-03-02 20:23:30 -0600
committerTed Gould <ted@gould.cx>2014-03-02 20:23:30 -0600
commitbb6dabf8052f9f9f5ed57a0a73ab4be29d9da020 (patch)
tree60a64983f5d361c94dff420445770f3bc52eba11 /src/media-player-user.vala
parent3c07d07d3ce971d9abcc19ab58429353384cbeb4 (diff)
downloadayatana-indicator-sound-bb6dabf8052f9f9f5ed57a0a73ab4be29d9da020.tar.gz
ayatana-indicator-sound-bb6dabf8052f9f9f5ed57a0a73ab4be29d9da020.tar.bz2
ayatana-indicator-sound-bb6dabf8052f9f9f5ed57a0a73ab4be29d9da020.zip
Making it so that we can raise the player, which should make it enabled
Diffstat (limited to 'src/media-player-user.vala')
-rw-r--r--src/media-player-user.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media-player-user.vala b/src/media-player-user.vala
index 37f54a9..dfe6229 100644
--- a/src/media-player-user.vala
+++ b/src/media-player-user.vala
@@ -188,7 +188,7 @@ public class MediaPlayerUser : MediaPlayer {
/* If it's shown externally it's running */
public override bool is_running { get { return proxy_is_valid(); } }
/* A bit weird. Not sure how we should handle this. */
- public override bool can_raise { get { return false; } }
+ public override bool can_raise { get { return true; } }
/* Fill out the track based on the values in the proxy */
MediaPlayer.Track track_cache;