summaryrefslogtreecommitdiffstats
path: root/opensuse/tdebase/background_default.diff
blob: 71f9a96bba9292c0164475087b902df9cae578f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: kcontrol/background/bgwallpaper.cpp
===================================================================
--- kcontrol/background/bgwallpaper.cpp.orig
+++ kcontrol/background/bgwallpaper.cpp
@@ -149,7 +149,7 @@ void BGMultiWallpaperDialog::slotAdd()
     mimeTypes += "image/svg+xml";
 #endif
 
-    KFileDialog fileDialog(KGlobal::dirs()->findDirs("wallpaper", "").first(),
+    KFileDialog fileDialog("/usr/share/wallpapers",
 			   mimeTypes.join( " " ), this,
 			   0L, true);