Skip to content

Commit

Permalink
BNC#885112. Fix finish progress message.
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-wang committed Jul 1, 2014
1 parent 581069b commit cb301cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/yast2-drbd.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 1 07:19:50 UTC 2014 - nwang@suse.com

- BNC#885112. Fix finish progress message.

-------------------------------------------------------------------
Thu Jun 5 09:49:24 UTC 2014 - nwang@suse.com

Expand Down
2 changes: 2 additions & 0 deletions src/modules/Drbd.rb
Expand Up @@ -334,6 +334,7 @@ def Read

Progress.NextStage

Progress.Finish
@modified = false
true
end
Expand Down Expand Up @@ -557,6 +558,7 @@ def Write
end
Progress.NextStage

Progress.Finish
true
end

Expand Down

0 comments on commit cb301cc

Please sign in to comment.