Skip to content

Commit

Permalink
Merge pull request #295 from yast/review_140917_nil_repository_name
Browse files Browse the repository at this point in the history
[Review] Request from 'schubi2' @ 'yast/yast-yast2/review_140917_nil_repository_name'
  • Loading branch information
schubi2 committed Sep 17, 2014
2 parents 2122662 + 63ffa81 commit be81600
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/packages/src/modules/SignatureCheckDialogs.rb
Expand Up @@ -974,7 +974,7 @@ def ImportGPGKeyIntoTrustedDialog(key, repository)
"(%2):"
),
Ops.get_locale(repo, "name", _("Unknown")),
repo["url"] ? repo["url"].scan(/.{1,59}/).join("\n") :
repo && repo["url"] ? repo["url"].scan(/.{1,59}/).join("\n") :
_("Unknown")
)

Expand Down
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 17 09:16:23 CEST 2014 - schubi@suse.de

- Checking nil for repository name. (bnc#896466)
- 3.1.107

-------------------------------------------------------------------
Tue Sep 16 12:58:53 UTC 2014 - ancor@suse.com

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


Name: yast2
Version: 3.1.106
Version: 3.1.107
Release: 0
URL: https://github.com/yast/yast-yast2

Expand Down

0 comments on commit be81600

Please sign in to comment.