Fix build error
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Wed, 5 Sep 2012 08:33:19 +0000 (10:33 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Wed, 5 Sep 2012 08:33:19 +0000 (10:33 +0200)
tests/lib/eds/backend.vala

index f64d9e2..738deea 100644 (file)
@@ -276,7 +276,7 @@ public class EdsTest.Backend
 
       try
         {
-          this._source.remove_sync ();
+          this._source.remove_sync (null);
         }
       catch (GLib.Error e)
         {