aboutsummaryrefslogtreecommitdiff
path: root/src/music-player-bridge.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-10 12:28:57 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-10 12:28:57 +0100
commit977925a7005678226be7faa1762c6117b240c231 (patch)
tree1413a8602a5c82bd4b64cd47f3d72eb63488743d /src/music-player-bridge.vala
parent768c373bdbc94e64bf7eb8e4bbc845be97090b90 (diff)
downloadayatana-indicator-sound-977925a7005678226be7faa1762c6117b240c231.tar.gz
ayatana-indicator-sound-977925a7005678226be7faa1762c6117b240c231.tar.bz2
ayatana-indicator-sound-977925a7005678226be7faa1762c6117b240c231.zip
play button and metadata widgets now handle theme changes
Diffstat (limited to 'src/music-player-bridge.vala')
-rw-r--r--src/music-player-bridge.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/music-player-bridge.vala b/src/music-player-bridge.vala
index 26bf2c2..61dfa2e 100644
--- a/src/music-player-bridge.vala
+++ b/src/music-player-bridge.vala
@@ -58,6 +58,8 @@ public class MusicPlayerBridge : GLib.Object
continue;
}
GLib.AppInfo app_info = info as GLib.AppInfo;
+ // TODO refactor to remove need for further name refactoring in the player controller
+ // truncate should not do a down() on the name
PlayerController ctrl = new PlayerController(this.root_menu,
truncate_player_name(app_info.get_name()),
calculate_menu_position(),