Skip to content

Commit

Permalink
Merge pull request #1095 from mchf/bsc1213959
Browse files Browse the repository at this point in the history
Status toggling in the "Previously Used Repositories" dialog didn't work well
  • Loading branch information
mchf committed Aug 4, 2023
2 parents fecf801 + f453eb1 commit ea39984
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 4 07:09:13 UTC 2023 - Michal Filka <mfilka@suse.com>

- bsc#1213959
- Change status label properly when toggling status in the
"Previousy used repositories" dialog.
- 4.6.6

-------------------------------------------------------------------
Tue Jul 11 07:20:29 UTC 2023 - Ladislav Slezák <lslezak@suse.com>

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

Name: yast2-installation
Version: 4.6.5
Version: 4.6.6
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down
4 changes: 2 additions & 2 deletions src/lib/installation/clients/inst_upgrade_urls.rb
Expand Up @@ -150,10 +150,10 @@ def repo_action(status)
when :removed
# TRANSLATORS: The action to perform with a repository
_("Remove")
when :disable
when :disabled
# TRANSLATORS: The action to perform with a repository
_("Disable")
when :enable
when :enabled
# TRANSLATORS: The action to perform with a repository
_("Enable")
else
Expand Down

0 comments on commit ea39984

Please sign in to comment.