From 1182aad9e3c3368baf21f3cf0eb71c775b3445a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 8 May 2024 11:44:46 -0700 Subject: [PATCH] Bump glib version --- meson.build | 2 +- src/Views/KeyboardLayoutView.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index a89a27857..ef9254f97 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/src/Views/KeyboardLayoutView.vala b/src/Views/KeyboardLayoutView.vala index 81f7db05e..dc82bce06 100644 --- a/src/Views/KeyboardLayoutView.vala +++ b/src/Views/KeyboardLayoutView.vala @@ -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 ();