return true in progress
authorMartin Vidner <mvidner@suse.cz>
Mon, 4 Sep 2006 17:06:52 +0000 (17:06 +0000)
committerMartin Vidner <mvidner@suse.cz>
Mon, 4 Sep 2006 17:06:52 +0000 (17:06 +0000)
tools/zmart/zmart-source-callbacks.h

index df190c0..17f4b94 100644 (file)
@@ -90,6 +90,7 @@ struct SourceReportReceiver  : public zypp::callback::ReceiveReport<zypp::source
   virtual bool progress( int value )
   {
     display_step(value);
+    return true;
   }
   
   virtual Action problem( zypp::Source_Ref source, Error error, std::string description )