Skip to content

Commit

Permalink
Merge 9e931fe into ba752b7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Aug 11, 2020
2 parents ba752b7 + 9e931fe commit e997cf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-services-manager.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 10 15:18:56 UTC 2020 - Martin Vidner <mvidner@suse.com>

- Fix changing other services than the user expects (bsc#1165388,
bsc#1174615)
- 4.2.3

-------------------------------------------------------------------
Wed Jul 29 11:15:35 UTC 2020 - Josef Reidinger <jreidinger@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-services-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
######################################################################

Name: yast2-services-manager
Version: 4.3.2
Version: 4.3.3
Release: 0
Summary: YaST2 - Services Manager
Group: System/YaST
Expand Down
2 changes: 1 addition & 1 deletion src/lib/services-manager/widgets/services_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def initialize(id: nil, services_names: [])

# @return [Yast::Term]
def widget
@table ||= Table(id, Opt(:immediate), header, items)
@table ||= Table(id, Opt(:immediate, :keepSorting), header, items)
end

# Sets focus on the table
Expand Down

0 comments on commit e997cf3

Please sign in to comment.