Skip to content

Commit

Permalink
Merge branch 'danirabbit/keyboardlayoutview-idleonce' into danirabbit…
Browse files Browse the repository at this point in the history
…/partitionbar-gesturefix
  • Loading branch information
danirabbit committed May 8, 2024
2 parents c7abb03 + bc45127 commit 9caae1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gnome = import('gnome')
i18n = import('i18n')

distinst_dep = dependency('distinst')
glib_dep = dependency('glib-2.0')
glib_dep = dependency('glib-2.0', version: '>=2.74')
gobject_dep = dependency('gobject-2.0')
gtk_dep = dependency('gtk+-3.0')
gee_dep = dependency('gee-0.8')
Expand Down
2 changes: 1 addition & 1 deletion src/Views/KeyboardLayoutView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public class KeyboardLayoutView : AbstractInstallerView {

show_all ();

Idle.add (() => {
Idle.add_once (() => {
string? country = Configuration.get_default ().country;
if (country != null) {
string default_layout = country.down ();
Expand Down

0 comments on commit 9caae1d

Please sign in to comment.