diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-21 16:01:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-21 16:01:03 +0000 |
commit | 6375d3eb602251a2374944817e34b9695ae50b65 (patch) | |
tree | a1f9cab47facd8e4b81115983cce4c053ed8cb8d /src/mpris2-watcher.vala | |
parent | 6de8affd0a17ab7729ac7647d8e84e58a158601a (diff) | |
parent | d737d7c43b907929fc62c294a0962284f097853d (diff) | |
download | ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.tar.gz ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.tar.bz2 ayatana-indicator-sound-6375d3eb602251a2374944817e34b9695ae50b65.zip |
feature for new banshee specific behaviour landed
Diffstat (limited to 'src/mpris2-watcher.vala')
-rw-r--r-- | src/mpris2-watcher.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpris2-watcher.vala b/src/mpris2-watcher.vala index 0b37506..d508959 100644 --- a/src/mpris2-watcher.vala +++ b/src/mpris2-watcher.vala @@ -168,4 +168,4 @@ public class Mpris2Watcher : GLib.Object delete xml_doc; return result; } -}
\ No newline at end of file +} |