[kupfer] defaults.cfg: Use USER_DIRECTORY_DESKTOP by default



commit f0501ae98dbbd332f7b8a128f36e0d1fbfe6abfd
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Nov 25 00:57:16 2009 +0100

    defaults.cfg: Use USER_DIRECTORY_DESKTOP by default
    
    We now specify the default configuration to use the
    localized/customized desktop folder of the user, via glib's user
    special directories function.
    
    This change will take effect for existing users only if they haven't
    configured catalog directories at all.
    
    Resolves Launchpad bug https://bugs.launchpad.net/kupfer/+bug/471462

 data/defaults.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/defaults.cfg b/data/defaults.cfg
index 2f63b64..47490db 100644
--- a/data/defaults.cfg
+++ b/data/defaults.cfg
@@ -19,7 +19,7 @@ ShowStatusIcon = True
 # Directories to keep in catalog
 [Directories]
 Catalog = 
-Direct = ~/;~/Desktop
+Direct = ~/; USER_DIRECTORY_DESKTOP;
 
 # Deep directories are recursive down to @depth
 [DeepDirectories]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]