Skip to content

Commit

Permalink
always display back/next in intermediate dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 5, 2014
1 parent 667c69c commit e332f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/registration/ui/addon_reg_codes_dialog.rb
Expand Up @@ -41,8 +41,8 @@ def run
"<p>Registration codes are required for successfull registration." \
"If you cannot provide a registration code then go back and deselect " \
"the respective extension or module.</p>"),
GetInstArgs.enable_back || Mode.normal || Mode.config,
GetInstArgs.enable_next || Mode.normal || Mode.config
true,
true
)

handle_dialog
Expand Down
4 changes: 2 additions & 2 deletions src/lib/registration/ui/addon_selection_dialog.rb
Expand Up @@ -47,8 +47,8 @@ def run
# help text (3/3)
_("<p>If you want to remove any extension or module you need to log"\
"into the SUSE Customer Center and remove them manually there.</p>"),
GetInstArgs.enable_back || Mode.normal || Mode.config, #FIXME make parameters
GetInstArgs.enable_next || Mode.normal || Mode.config
true,
true
)

@old_selection = Addon.selected.dup
Expand Down

0 comments on commit e332f96

Please sign in to comment.