summarylogtreecommitdiffstats
path: root/switchboard-plug-desktop-paths.patch
diff options
context:
space:
mode:
authorMaxime Gauduin2019-03-04 11:48:56 +0100
committerMaxime Gauduin2019-03-04 11:48:56 +0100
commit781e0316b241e972bda141fe4f6e4b927ad87d67 (patch)
treeafec66ff60b9418eb4a0ab9e7afc096689130f2d /switchboard-plug-desktop-paths.patch
parent4de8993c48d439ecaaa9fd1d5347ab314e1b75ce (diff)
downloadaur-781e0316b241e972bda141fe4f6e4b927ad87d67.tar.gz
update desktop plug
Diffstat (limited to 'switchboard-plug-desktop-paths.patch')
-rw-r--r--switchboard-plug-desktop-paths.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/switchboard-plug-desktop-paths.patch b/switchboard-plug-desktop-paths.patch
deleted file mode 100644
index 67fd4ac369af..000000000000
--- a/switchboard-plug-desktop-paths.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rupN switchboard-plug-desktop.orig/src/Views/Wallpaper.vala switchboard-plug-desktop/src/Views/Wallpaper.vala
---- switchboard-plug-desktop.orig/src/Views/Wallpaper.vala 2016-12-20 14:13:11.207917562 +0100
-+++ switchboard-plug-desktop/src/Views/Wallpaper.vala 2016-12-20 14:13:47.472669721 +0100
-@@ -81,7 +81,7 @@ public class Wallpaper : Gtk.EventBox {
- // name of the default-wallpaper-link that we can prevent loading it again
- // (assumes that the defaultwallpaper is also in the system wallpaper directory)
- static string DEFAULT_LINK = "file://%s/elementaryos-default".printf (SYSTEM_BACKGROUNDS_PATH);
-- const string SYSTEM_BACKGROUNDS_PATH = "/usr/share/backgrounds";
-+ const string SYSTEM_BACKGROUNDS_PATH = "/usr/share/backgrounds/pantheon";
-
- public Switchboard.Plug plug { get; construct set; }
- private GLib.Settings settings;