projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd83c5
)
return true in progress
author
Martin Vidner
<mvidner@suse.cz>
Mon, 4 Sep 2006 17:06:52 +0000
(17:06 +0000)
committer
Martin Vidner
<mvidner@suse.cz>
Mon, 4 Sep 2006 17:06:52 +0000
(17:06 +0000)
tools/zmart/zmart-source-callbacks.h
patch
|
blob
|
history
diff --git
a/tools/zmart/zmart-source-callbacks.h
b/tools/zmart/zmart-source-callbacks.h
index
df190c0
..
17f4b94
100644
(file)
--- a/
tools/zmart/zmart-source-callbacks.h
+++ b/
tools/zmart/zmart-source-callbacks.h
@@
-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 )