summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-14 22:15:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-14 22:15:02 +0300
commit5170fcc8693352970b2e2fcb9a13c896654c955b (patch)
tree8cd22437cb620dd94bcadda13efcc176f98486cc /src/client.cpp
parent24a5939846bf593e17e09f3564d941a7c2a5bf27 (diff)
downloadmv-5170fcc8693352970b2e2fcb9a13c896654c955b.tar.gz
mv-5170fcc8693352970b2e2fcb9a13c896654c955b.tar.bz2
mv-5170fcc8693352970b2e2fcb9a13c896654c955b.tar.xz
mv-5170fcc8693352970b2e2fcb9a13c896654c955b.zip
Change default screenshot path from XDG_DESKTOP_DIR into XDG_PICTURES_DIR.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index cd0030f3a..daa2d83a2 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -2315,7 +2315,7 @@ void Client::initScreenshotDir()
if (!configScreenshotDir.empty())
mScreenshotDir = configScreenshotDir;
else
- mScreenshotDir = getDesktopDir();
+ mScreenshotDir = getPicturesDir();
#endif
// config.setValue("screenshotDirectory", mScreenshotDir);