core: Don't forget to signal completion in case of error
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 18 Feb 2010 17:41:31 +0000 (19:41 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 18 Feb 2010 17:52:37 +0000 (19:52 +0200)
src/rygel/rygel-import-resource.vala

index 8c826db..e14f420 100644 (file)
@@ -107,6 +107,7 @@ internal class Rygel.ImportResource : GLib.Object, Rygel.StateMachine {
 
             this.action.return_error (719, error.message);
             this.status = TransferStatus.ERROR;
+            this.completed ();
 
             return;
         }