[gnome-documents] Revert "miner: traverse only the Documents folder, not the entire Skydrive"



commit 8ccce9799c823a59540628f4e4a305a15549fa9d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jun 4 21:33:07 2012 -0400

    Revert "miner: traverse only the Documents folder, not the entire Skydrive"
    
    This reverts commit c787ef3858e8424a65402463ebf6aa2415dadd56.
    
    On second thought, this is probably not so good since the default upload
    location is the skydrive root, and we already are searching for a specific
    set of document types.

 src/miner/gd-zpj-miner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/miner/gd-zpj-miner.c b/src/miner/gd-zpj-miner.c
index 5153eb1..cd51b5a 100644
--- a/src/miner/gd-zpj-miner.c
+++ b/src/miner/gd-zpj-miner.c
@@ -468,7 +468,7 @@ account_miner_job_query_zpj (AccountMinerJob *job,
                              GError **error)
 {
   account_miner_job_traverse_folder (job,
-                                     ZPJ_SKYDRIVE_FOLDER_MY_DOCUMENTS,
+                                     ZPJ_SKYDRIVE_FOLDER_SKYDRIVE,
                                      error);
 }
 



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