Skip to content

Commit

Permalink
Merge pull request #89 from yast/fix_progress
Browse files Browse the repository at this point in the history
Fix progress
  • Loading branch information
wfeldt committed May 16, 2014
2 parents 7d0af1a + 1e4c71d commit 3c001a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-bootloader.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 16 13:44:48 UTC 2014 - jreidinger@suse.com

- fix progress report to not show 100% and waiting to write
bootloader (bnc#878007)
- 3.1.36

-------------------------------------------------------------------
Wed May 14 09:22:15 UTC 2014 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-bootloader.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 3.1.35
Version: 3.1.36
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Bootloader.rb
Expand Up @@ -383,7 +383,7 @@ def Write
Progress.New(
_("Saving Boot Loader Configuration"),
" ",
2,
stages.size,
stages,
titles,
""
Expand Down

0 comments on commit 3c001a8

Please sign in to comment.