diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-09 11:02:31 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-09 11:02:31 +0000 |
commit | f184a09b5f7691c350684e03461a9ab658686f2e (patch) | |
tree | f6439e661cd27618e0f03d9ba3e02c4e6f02cf84 | |
parent | 8c00af69e0064e624c9aa3f93fd5ebb5ae10fab5 (diff) | |
download | ayatana-indicator-sound-f184a09b5f7691c350684e03461a9ab658686f2e.tar.gz ayatana-indicator-sound-f184a09b5f7691c350684e03461a9ab658686f2e.tar.bz2 ayatana-indicator-sound-f184a09b5f7691c350684e03461a9ab658686f2e.zip |
tidy up
-rw-r--r-- | src/mpris2-controller.vala | 2 |
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); } |