[Xfce4-commits] <xfce4-settings:master> Appearance: Fix gtk3 theme detection in install script (bug #9272).
Nick Schermer
noreply at xfce.org
Sun Sep 9 11:42:01 CEST 2012
Updating branch refs/heads/master
to e3c6db6f57e72cdbdf0e293bba7d6ca650d7521b (commit)
from dde0a45d87c253e10a196a8bdde120198c67811b (commit)
commit e3c6db6f57e72cdbdf0e293bba7d6ca650d7521b
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date: Sun Sep 9 11:41:18 2012 +0200
Appearance: Fix gtk3 theme detection in install script (bug #9272).
.../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"
More information about the Xfce4-commits
mailing list