[Xfce4-commits] [xfce/xfce4-settings] 01/01: appearance: Only show themes that support Gtk3 (Bug #15849)
noreply at xfce.org
noreply at xfce.org
Wed Sep 25 21:48:43 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit e8dd374c25fd853ec67094837ad7d503132aeb42
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Sep 25 21:48:18 2019 +0200
appearance: Only show themes that support Gtk3 (Bug #15849)
---
dialogs/appearance-settings/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dialogs/appearance-settings/main.c b/dialogs/appearance-settings/main.c
index 524e668..c9acaa1 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -570,7 +570,7 @@ appearance_settings_load_ui_themes (preview_data *pd)
gtkcss_filename = g_build_filename (ui_theme_dirs[i], file, "gtk-3.0", "gtk.css", NULL);
/* Check if the gtkrc file exists and the theme is not already in the list */
- if (g_file_test (gtkrc_filename, G_FILE_TEST_EXISTS)
+ if (g_file_test (gtkcss_filename, G_FILE_TEST_EXISTS)
&& g_slist_find_custom (check_list, file, (GCompareFunc) g_utf8_collate) == NULL)
{
/* Insert the theme in the check list */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list