[Xfce4-commits] [xfce/xfdesktop] 01/01: backgrounds/ is default directory
noreply at xfce.org
noreply at xfce.org
Sat Mar 28 03:57:35 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 8afa95fde4afb2150e342e5cef2c55c2cbb7528e
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date: Thu Mar 26 18:19:40 2015 +0000
backgrounds/ is default directory
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
settings/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/main.c b/settings/main.c
index a4316dd..dbefeb3 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -185,7 +185,7 @@ system_data_lookup (void)
dirs = g_get_system_data_dirs ();
for (i = 0; path == NULL && dirs[i] != NULL; ++i) {
- path = g_build_path (G_DIR_SEPARATOR_S, dirs[i], "backdrops", NULL);
+ path = g_build_path (G_DIR_SEPARATOR_S, dirs[i], "backgrounds", NULL);
if (g_path_is_absolute (path) && g_file_test (path, G_FILE_TEST_IS_DIR))
return path;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list