Skip to content

Commit

Permalink
Merge pull request #211 from yast/fix_scc_title
Browse files Browse the repository at this point in the history
Set proper title also for YaST2 scc (bsc#1075164)
  • Loading branch information
jreidinger committed Jan 9, 2018
2 parents 5b8f5c4 + 32589b8 commit 371282d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-ruby-bindings.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 9 14:41:33 UTC 2018 - jreidinger@suse.com

- Set proper title also for YaST2 scc (bsc#1075164)
- 4.0.4

-------------------------------------------------------------------
Tue Dec 5 15:57:34 UTC 2017 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ruby-bindings.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ruby-bindings
Version: 4.0.3
Version: 4.0.4
Url: https://github.com/yast/yast-ruby-bindings
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/y2start/y2start
Expand Up @@ -40,7 +40,7 @@ if !Yast::WFM.ClientExists(args[:client_name])
exit 1
end

NO_CLI_CLIENTS = ["installation", "view_anymsg", "firstboot"].freeze
NO_CLI_CLIENTS = ["installation", "view_anymsg", "firstboot", "scc"].freeze
Yast.ui_create(args[:server_name], args[:server_options])
# set application title bsc#1033161
Yast.import "UI"
Expand Down

0 comments on commit 371282d

Please sign in to comment.