Skip to content

Commit

Permalink
Merge pull request #17 from jsuchome/master
Browse files Browse the repository at this point in the history
- enable all image types when not using the template (bnc#834845)
  • Loading branch information
jsuchome committed Aug 20, 2013
2 parents b892259 + 6e8c142 commit f404cdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
4 changes: 3 additions & 1 deletion package/yast2-product-creator.changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
-------------------------------------------------------------------
Mon Aug 19 14:17:56 CEST 2013 - jsuchome@suse.cz
Tue Aug 20 12:52:59 CEST 2013 - jsuchome@suse.cz

- drop obsoleted usbboot image support (bnc#834664)
- enable all image types when not using the template (bnc#834845)
- 3.0.1

-------------------------------------------------------------------
Wed Jul 31 08:37:51 UTC 2013 - yast-devel@opensuse.org
Expand Down
1 change: 1 addition & 0 deletions src/include/product-creator/kiwi_dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3357,6 +3357,7 @@ def PrepareDialog
elsif ret == "rb_new"
UI.ChangeWidget(Id(:template), :Enabled, false)
UI.ChangeWidget(Id(:import), :Enabled, false)
UI.ChangeWidget(Id(:type), :Items, default_type_items)
end
if ret == :i386
UI.ChangeWidget(
Expand Down

0 comments on commit f404cdb

Please sign in to comment.