summaryrefslogtreecommitdiff
path: root/gnome-extra/cinnamon/files/background.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-07-26 19:57:10 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-07-26 19:57:10 +0100
commitcc8ebada17eb365c21625b4c64b04115c0580fde (patch)
tree7d764a42923e96c5654207eb02121d9fa06b0eef /gnome-extra/cinnamon/files/background.patch
parent6927177a7ec90d5fc35926b7da45c0886673bc50 (diff)
clean some deprecated ebuilds...no distfiles available anymore
Diffstat (limited to 'gnome-extra/cinnamon/files/background.patch')
-rw-r--r--gnome-extra/cinnamon/files/background.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnome-extra/cinnamon/files/background.patch b/gnome-extra/cinnamon/files/background.patch
deleted file mode 100644
index ccfdce4c..00000000
--- a/gnome-extra/cinnamon/files/background.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
-+++ b/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
-@@ -334,10 +334,9 @@ class BackgroundWallpaperPane (Gtk.VBox)
-
- def update_icon_view(self):
- pictures_list = []
-- if os.path.exists("/usr/share/cinnamon-background-properties"):
-- for i in os.listdir("/usr/share/cinnamon-background-properties"):
-- if i.endswith(".xml"):
-- pictures_list += self.parse_xml_backgrounds_list(os.path.join("/usr/share/cinnamon-background-properties", i))
-+ for i in os.listdir("/usr/share/gnome-background-properties"):
-+ if i.endswith(".xml"):
-+ pictures_list += self.parse_xml_backgrounds_list(os.path.join("/usr/share/gnome-background-properties", i))
-
- path = os.path.join(os.getenv("HOME"), ".cinnamon", "backgrounds")
- if os.path.exists(path):