aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-controller.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-09 11:02:31 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-09 11:02:31 +0000
commitf184a09b5f7691c350684e03461a9ab658686f2e (patch)
treef6439e661cd27618e0f03d9ba3e02c4e6f02cf84 /src/mpris2-controller.vala
parent8c00af69e0064e624c9aa3f93fd5ebb5ae10fab5 (diff)
downloadayatana-indicator-sound-f184a09b5f7691c350684e03461a9ab658686f2e.tar.gz
ayatana-indicator-sound-f184a09b5f7691c350684e03461a9ab658686f2e.tar.bz2
ayatana-indicator-sound-f184a09b5f7691c350684e03461a9ab658686f2e.zip
tidy up
Diffstat (limited to 'src/mpris2-controller.vala')
-rw-r--r--src/mpris2-controller.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpris2-controller.vala b/src/mpris2-controller.vala
index 3e06487..b4d0fc4 100644
--- a/src/mpris2-controller.vala
+++ b/src/mpris2-controller.vala
@@ -92,7 +92,7 @@ public class Mpris2Controller : GLib.Object
}
Variant? playlist_v = changed_properties.lookup("ActivePlaylist");
if ( playlist_v != null && this.owner.use_playlists == true ){
- // Once again GDBus race condition, the property_changed signal is sent
+ // Once again A GDBus race condition, the property_changed signal is sent
// before the value is set on the respective property.
Timeout.add (300, this.fetch_active_playlist);
}