Skip to content

Commit

Permalink
Comment + changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 16, 2023
1 parent 3f63fd8 commit f7fd50a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/lib/agama/dbus/software_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def initialize(config, logger = nil)

# Starts software service. It does more then just #export method.
def start
# for some reason the the "export" method must be called before
# registering the language change callback to work properly
export
locale_client = Clients::Locale.new
@ui_locale = UILocale.new(locale_client) do |locale|
Expand Down
6 changes: 6 additions & 0 deletions service/package/rubygem-agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 16 16:27:37 UTC 2023 - Ladislav Slezák <lslezak@suse.com>

- Software service - correctly change the locale, pass the changed
locale to libzypp

-------------------------------------------------------------------
Wed Nov 15 12:31:10 UTC 2023 - José Iván López González <jlopez@suse.com>

Expand Down

0 comments on commit f7fd50a

Please sign in to comment.