aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-controller.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-09 15:30:29 +0000
committerConor Curran <conor.curran@canonical.com>2011-01-09 15:30:29 +0000
commit33e8e6c2ac125ba3806032ea3ef730bd5c782ac8 (patch)
tree8824cfe53ae0fea3a90f6489e3eed8610e74da86 /src/mpris2-controller.vala
parent07197b0c4a8153ad65daecf920d0e0d51b1bebbc (diff)
downloadayatana-indicator-sound-33e8e6c2ac125ba3806032ea3ef730bd5c782ac8.tar.gz
ayatana-indicator-sound-33e8e6c2ac125ba3806032ea3ef730bd5c782ac8.tar.bz2
ayatana-indicator-sound-33e8e6c2ac125ba3806032ea3ef730bd5c782ac8.zip
more refactoring
Diffstat (limited to 'src/mpris2-controller.vala')
-rw-r--r--src/mpris2-controller.vala9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mpris2-controller.vala b/src/mpris2-controller.vala
index 66da069..fc61c12 100644
--- a/src/mpris2-controller.vala
+++ b/src/mpris2-controller.vala
@@ -18,12 +18,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using Dbusmenu;
-[DBus (name = "org.freedesktop.DBus.Properties")]
-public interface FreeDesktopProperties : Object{
- public signal void PropertiesChanged (string source, HashTable<string, Variant?> changed_properties,
- string[] invalid );
-}
-
/*
This class will entirely replace mpris-controller.vala hence why there is no
point in trying to get encorporate both into the same object model.
@@ -148,9 +142,8 @@ public class Mpris2Controller : GLib.Object
MetadataMenuitem.attributes_format());
if ( this.owner.use_playlists == true ){
- debug ("it thinks that there is a valid playlist interface");
this.fetch_playlists();
- this.fetch_active_playlist();
+ this.fetch_active_playlist();
}
}