[Xfce4-commits] [apps/xfce4-notifyd] 13/29: Show only themes that have css file
noreply at xfce.org
noreply at xfce.org
Wed Jun 29 23:20:03 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit a75d021670d31388623c30e6e8f63da70d6c82af
Author: Ali Abdallah <aliovx at gmail.com>
Date: Tue Oct 13 15:38:13 2015 +0200
Show only themes that have css file
---
xfce4-notifyd-config/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 006b31d..2a40752 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -162,7 +162,7 @@ list_store_add_themes_in_dir(GtkListStore *ls,
continue;
filename =
- g_build_filename(path, file, "xfce-notify-4.0", "gtkrc", NULL);
+ g_build_filename(path, file, "xfce-notify-4.0", "gtk.css", NULL);
if(g_file_test(filename, G_FILE_TEST_IS_REGULAR)) {
GtkTreeIter iter;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list