[gnome-panel/gnome-3-36] application: use configured theme variant on startup
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/gnome-3-36] application: use configured theme variant on startup
- Date: Wed, 26 Aug 2020 14:50:24 +0000 (UTC)
commit 88f249b02140af18989ab655e6ab6399bf44ba53
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Aug 26 16:44:36 2020 +0300
application: use configured theme variant on startup
https://gitlab.gnome.org/GNOME/gnome-panel/-/issues/29
gnome-panel/gp-application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-panel/gp-application.c b/gnome-panel/gp-application.c
index 457a27aca..4f105db93 100644
--- a/gnome-panel/gp-application.c
+++ b/gnome-panel/gp-application.c
@@ -243,7 +243,7 @@ gp_application_init (GpApplication *self)
G_CALLBACK (prefer_dark_changed_cb),
self);
- update_theme (self);
+ theme_variant_changed_cb (self->general_settings, "theme-variant", self);
}
GpApplication *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]