Skip to content

Commit

Permalink
Merge pull request #745 from yast/fix_conftree_crash
Browse files Browse the repository at this point in the history
Fix conftree crash
  • Loading branch information
jreidinger committed Apr 1, 2021
2 parents ff69e43 + fc07054 commit 9f6008e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 1 10:27:56 UTC 2021 - Josef Reidinger <jreidinger@suse.com>

- Fix crash during using autoyast UI (bsc#1184216)
- 4.3.76

-------------------------------------------------------------------
Thu Mar 18 09:25:15 UTC 2021 - Steffen Winterfeldt <snwint@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.3.75
Version: 4.3.76
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
Expand Down
1 change: 1 addition & 0 deletions src/include/autoinstall/conftree.rb
Expand Up @@ -642,6 +642,7 @@ def MainDialog
ret = :menu_saveas
elsif ret == "menu_new" # NEW
Profile.Reset
registry = Y2Autoinstallation::Entries::Registry.instance
registry.descriptions.each { |d| resetModule(d.resource_name) }
AutoinstConfig.currentFile = ""
ShowSource() if UI.WidgetExists(Id(:class_source))
Expand Down

0 comments on commit 9f6008e

Please sign in to comment.