Author: stephan
Date: 2008-07-08 08:00:22 +0000 (Tue, 08 Jul 2008)
New Revision: 27235

Modified:
   squeeze/trunk/libsqueeze/command-queue.c
Log:
Refresh when the output has been parsed



Modified: squeeze/trunk/libsqueeze/command-queue.c
===================================================================
--- squeeze/trunk/libsqueeze/command-queue.c    2008-07-07 23:01:09 UTC (rev 
27234)
+++ squeeze/trunk/libsqueeze/command-queue.c    2008-07-08 08:00:22 UTC (rev 
27235)
@@ -187,14 +187,12 @@
       lsq_command_entry_start(ctx->queue, ctx);
     else
     {
-        /* HACK */
-      lsq_archive_refreshed(ctx->archive);
+        //...ERROR | DONE//
     }
   }
   else
   {
-        /* HACK */
-      lsq_archive_refreshed(ctx->archive);
+        //...ERROR | DONE//
   }
 }
 
@@ -245,6 +243,7 @@
       //else
         //...//done
     }
+    lsq_archive_refreshed(ctx->archive);
   }
 }
 
@@ -267,6 +266,7 @@
       //else
         //...//done
     }
+    lsq_archive_refreshed(ctx->archive);
     return FALSE;
   }
   return TRUE;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to