From f184a09b5f7691c350684e03461a9ab658686f2e Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 9 Feb 2011 11:02:31 +0000 Subject: tidy up --- src/mpris2-controller.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mpris2-controller.vala') 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); } -- cgit v1.2.3