Skip to content

Commit

Permalink
Merge pull request #23 from yast/fix-export-ca-to-file
Browse files Browse the repository at this point in the history
Fix export ca to file
  • Loading branch information
mcalmer committed Mar 6, 2020
2 parents 7ec6d50 + 3ffb905 commit a348de7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-ca-management.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 5 14:07:09 UTC 2020 - Michael Calmer <mc@suse.com>

- fix export CA to file (bsc#1163058)
- 3.2.3

-------------------------------------------------------------------
Fri Oct 6 10:03:34 UTC 2017 - locilka@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ca-management.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ca-management
Version: 3.2.2
Version: 3.2.3
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/include/ca-management/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def selectFile(newFile, filterString, headline)
ret = strip(Ops.get_string(retmap, "stdout", ""))
else
if newFile
ret = UI.AskForSaveFileName(newFile, filterString, headline)
ret = UI.AskForSaveFileName("/root", filterString, headline)
else
ret = UI.AskForExistingFile("/root", filterString, headline)
end
Expand Down

0 comments on commit a348de7

Please sign in to comment.