diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:43:37 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:43:37 +0200 |
commit | 6ff0076ee3e34c1707781552f555b6fab0e878fd (patch) | |
tree | 85a36b84a370632ab120d48dbd766195450f56d0 /src/player-controller.vala | |
parent | 1677228ec606dd8d2e7eadccfff77a1703fdb727 (diff) | |
parent | 1b7f9eb7bb78339e2755632d3945219d226dbd58 (diff) | |
download | ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.tar.gz ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.tar.bz2 ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.zip |
fixed the icon issue which cropped up with this UI major overhaul on the metadata and title widgets
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index 002af65..a08f692 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -142,7 +142,8 @@ public class PlayerController : GLib.Object } public void update_layout() - { + { + debug ("a call to update layout"); PlaylistsMenuitem playlists_menuitem = this.custom_items[widget_order.PLAYLISTS] as PlaylistsMenuitem; MetadataMenuitem metadata_menuitem = this.custom_items[widget_order.METADATA] as MetadataMenuitem; if(this.current_state != state.CONNECTED){ |