[gthumb] special directories: added DOWNLOAD, removed DESKTOP



commit 3eae5b706db39e4c981e0c794fa3ce66965b9f9a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Apr 20 10:36:18 2014 +0200

    special directories: added DOWNLOAD, removed DESKTOP
    
    [bug #728445, bug #728446]

 gthumb/gth-file-source-vfs.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-file-source-vfs.c b/gthumb/gth-file-source-vfs.c
index 5fba170..508e0bb 100644
--- a/gthumb/gth-file-source-vfs.c
+++ b/gthumb/gth-file-source-vfs.c
@@ -120,8 +120,7 @@ gth_file_source_vfs_get_entry_points (GthFileSource *file_source)
        list = gth_file_source_vfs_add_uri (list, file_source, get_home_uri ());
        list = gth_file_source_vfs_add_special_dir (list, file_source, G_USER_DIRECTORY_PICTURES);
        list = gth_file_source_vfs_add_special_dir (list, file_source, G_USER_DIRECTORY_VIDEOS);
-       list = gth_file_source_vfs_add_special_dir (list, file_source, G_USER_DIRECTORY_DESKTOP);
-       /*list = gth_file_source_vfs_add_special_dir (list, file_source, G_USER_DIRECTORY_DOCUMENTS);*/
+       list = gth_file_source_vfs_add_special_dir (list, file_source, G_USER_DIRECTORY_DOWNLOAD);
        list = gth_file_source_vfs_add_uri (list, file_source, "file:///");
 
        mounts = g_volume_monitor_get_mounts (g_volume_monitor_get ());


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