[Xfce4-commits] [xfce/xfdesktop] 12/35: backgrounds/ is default directory

noreply at xfce.org noreply at xfce.org
Sun May 17 11:38:00 CEST 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch xfce-4.12
in repository xfce/xfdesktop.

commit f82ad9ae3360a61cfe357a4b41a72212f0572e85
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