summaryrefslogtreecommitdiffstats
path: root/main/xfce4-settings
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-05-06 17:03:12 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-05-06 17:06:51 +0200
commit574b75f888b2013fbbb49c04f16ee4a175b9bf8d (patch)
treea916a4fa505080a146c4d743bfe3a31b9c0fba0a /main/xfce4-settings
parent1e7699e8af5bae2ab8a2f4faf142878ab89c02df (diff)
main/garcon: upgrade to 0.2.1
Diffstat (limited to 'main/xfce4-settings')
-rw-r--r--main/xfce4-settings/xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/xfce4-settings/xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch b/main/xfce4-settings/xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch
deleted file mode 100644
index ebd270bd919..00000000000
--- a/main/xfce4-settings/xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 8032dd77047329a93edd4c4a8b686ffc36d2f7a7 Mon Sep 17 00:00:00 2001
-From: Lionel Le Folgoc <lionel@lefolgoc.net>
-Date: Sun, 09 Sep 2012 09:41:18 +0000
-Subject: Appearance: Fix gtk3 theme detection in install script (bug #9272).
-
-(cherry picked from commit e3c6db6f57e72cdbdf0e293bba7d6ca650d7521b)
----
-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"
---
-cgit v0.9.0.3