[gnome-flashback] application: call theme_changed before settings_changed
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] application: call theme_changed before settings_changed
- Date: Tue, 5 Nov 2019 16:34:47 +0000 (UTC)
commit 02ae4f919374000fe18b33b5fb560c3277e1ce05
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Fri Nov 1 18:30:34 2019 +0200
application: call theme_changed before settings_changed
gnome-flashback/gf-application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-flashback/gf-application.c b/gnome-flashback/gf-application.c
index 7abbde7..ebbd71f 100644
--- a/gnome-flashback/gf-application.c
+++ b/gnome-flashback/gf-application.c
@@ -279,8 +279,8 @@ gf_application_init (GfApplication *application)
g_signal_connect (settings, "notify::gtk-theme-name",
G_CALLBACK (theme_changed), application);
- settings_changed (application->settings, NULL, application);
theme_changed (settings, NULL, application);
+ settings_changed (application->settings, NULL, application);
application->bus_name = g_bus_own_name (G_BUS_TYPE_SESSION,
"org.gnome.Shell",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]