Skip to content

Commit

Permalink
use new registration widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 27, 2017
1 parent 07edba9 commit 16b4d2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package/yast2-installation.spec
Expand Up @@ -105,8 +105,8 @@ Conflicts: yast2-core < 2.17.10
# Top bar with logo
Conflicts: yast2-ycp-ui-bindings < 3.1.7

# RegserviceSelectionDialog
Conflicts: yast2-registration < 3.1.179
# new registration widget
Conflicts: yast2-registration <= 3.1.190

Obsoletes: yast2-installation-devel-doc

Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Expand Up @@ -214,7 +214,6 @@ ylibdialog_DATA = \

ylibwidgetdir = "${yast2dir}/lib/installation/widgets"
ylibwidget_DATA = \
lib/installation/widgets/mocked.rb \
lib/installation/widgets/overview.rb \
lib/installation/widgets/system_role.rb

Expand Down
5 changes: 2 additions & 3 deletions src/lib/installation/clients/inst_casp_overview.rb
Expand Up @@ -23,11 +23,10 @@
require "y2country/widgets"
require "ui/widgets"
require "tune/widgets"
require "registration/widgets/registration_code"

require "installation/widgets/overview"
require "installation/widgets/system_role"
# FIXME: prototype only
require "installation/widgets/mocked"

module Installation
# This library provides a simple dialog for setting
Expand Down Expand Up @@ -125,7 +124,7 @@ def content
dashboard = Installation::Widgets::DashboardPlace.new
quadrant_layout(
upper_left: VBox(
::Widgets::RegistrationCode.new,
::Registration::Widgets::RegistrationCode.new,
::Users::PasswordWidget.new(little_space: true),
# use english us as default keyboard layout
::Y2Country::Widgets::KeyboardSelectionCombo.new("english-us")
Expand Down
17 changes: 0 additions & 17 deletions src/lib/installation/widgets/mocked.rb

This file was deleted.

0 comments on commit 16b4d2e

Please sign in to comment.