navilocal 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bcf59a597cb852b806c79df3c602297018d306d1b977909c4059bd551507095
4
- data.tar.gz: d8373fdb539bb5d9413ffd8be1aed18fcd4159c6ca8585d0e0684599cf07b3d5
3
+ metadata.gz: 14eebe3430a78024693c96561e48ca9993e940530469310505b107da3c57c793
4
+ data.tar.gz: 03354ca57e0e15a1f34be7f8f337ef2950e851c87f2390a6b75ddf5f345ace63
5
5
  SHA512:
6
- metadata.gz: 88b31f39f535dcda3fa9cce6106492a59e67abdbe281dd817893bf00e0201d3df3931e685c7b86c7b07061eacc5148b1004afb6ba3563e6f74b8c736093876c2
7
- data.tar.gz: af952607c446527216c8d3699293d7fea8642eab20db784dd321683661b21267017c1abdf4e8ad34ae3cb672010f2edad46d570da09ec76dbc5eaa07bb3eaa3b
6
+ metadata.gz: 04c5b3c5f0d9bcb07591e94bacb15215fd56b9eed63a961cdf59332f944d9829d546bf3fa55b307a41b702c9f6dc002842640004d25900fe0bed52d60b1dea36
7
+ data.tar.gz: 0f6212817566b6cf1afb47fc85689d401ad4e45d772adcefc8db96d84c0f1030bf81f952f1277cdeb3e617a9f02608764dfe16a34e7963dec5cb60050ead8238
@@ -88,10 +88,10 @@ module NaviClientInstaller
88
88
  else
89
89
  Thread.new do
90
90
  # duration for the splash screen
91
- gaussian = Proc.new do |dist, *args|
91
+ gaussian = Proc.new do |token, *args|
92
92
  # @current_window.prepare_ui btn_next, btn_back
93
93
  @current_window = @runner_window
94
- @runner_window.set_token args.first
94
+ @runner_window.set_token token
95
95
  main_stack.set_transition_type(Gtk::Stack::TransitionType::SLIDE_RIGHT)
96
96
  main_stack.set_visible_child(@current_window.window_ui)
97
97
  @runner_window.start
@@ -110,12 +110,10 @@ module NaviClientInstaller
110
110
  @step_navi_install = NaviClientInstaller::NaviInstall.new @settings, btn_next
111
111
  @step_navi_install_summary = NaviClientInstaller::NaviInstallSummary.new @settings, btn_next
112
112
 
113
-
114
113
  @current_window = recover_state
115
114
 
116
115
  @steps = [ @step_licence_agreement, @step_account_configuration, @step_destination_select, @step_navi_install, @step_navi_install_summary]
117
116
 
118
-
119
117
  # main_stack.add_named(@splash.window_ui, "splash")
120
118
  main_stack.add_named(@step_licence_agreement.window_ui, "agreement")
121
119
  main_stack.add_named(@step_account_configuration.window_ui, "account_configuration")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navilocal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Msanjib