[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix missing Gtk+ themes path in dist_themes variable (Bug #12831)

noreply at xfce.org noreply at xfce.org
Sat Sep 10 09:12:25 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 fbff1626ffc6452329137da996b177ff4fd73ec5
Author: Olivier Duchateau <duchateau.olivierd at gmail.com>
Date:   Sat Sep 10 06:17:42 2016 +0000

    Fix missing Gtk+ themes path in dist_themes variable (Bug #12831)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 2935a44..99dc7c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -125,10 +125,14 @@ zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0
 dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css
 
 dist_themes = \
+	themes/gtk-3.0/Bright/gtk.css \
 	themes/gtk-3.0/Default/gtk.css \
+	themes/gtk-3.0/Retro/gtk.css \
 	themes/gtk-3.0/Smoke/gtk.css \
 	themes/gtk-3.0/ZOMG-PONIES!/gtk.css \
+	themes/gtk-3.20/Bright/gtk.css \
 	themes/gtk-3.20/Default/gtk.css \
+	themes/gtk-3.20/Retro/gtk.css \
 	themes/gtk-3.20/Smoke/gtk.css \
 	themes/gtk-3.20/ZOMG-PONIES!/gtk.css
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list