Updating branch refs/heads/xfce-4.10
         to 8032dd77047329a93edd4c4a8b686ffc36d2f7a7 (commit)
       from a018e09f4dc57f8fea5aabf4b8e021cef8dff867 (commit)

commit 8032dd77047329a93edd4c4a8b686ffc36d2f7a7
Author: Lionel Le Folgoc <[email protected]>
Date:   Sun Sep 9 11:41:18 2012 +0200

    Appearance: Fix gtk3 theme detection in install script (bug #9272).
    
    (cherry picked from commit e3c6db6f57e72cdbdf0e293bba7d6ca650d7521b)

 .../appearance-settings/appearance-install-theme   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dialogs/appearance-settings/appearance-install-theme 
b/dialogs/appearance-settings/appearance-install-theme
index 13f61ae..6dc1e17 100755
--- a/dialogs/appearance-settings/appearance-install-theme
+++ b/dialogs/appearance-settings/appearance-install-theme
@@ -140,7 +140,7 @@ if test "$retval" -eq 0; then
     detectthemes "gtk-2.0/gtkrc"
 
     # install gtk-3.0 themes
-    detectthemes "gtk-3.0/gtkrc"
+    detectthemes "gtk-3.0/gtk.css"
 
     # install xfwm4 themes
     detectthemes "xfwm4/themerc"
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to