[epiphany] bookmarks-manager: Don't force the creation of Mobile tag when syncing



commit 187d80f72241f55a8b19f99678332289f8e4e143
Author: Gabriel Ivascu <gabrielivascu gnome org>
Date:   Tue Aug 22 21:27:57 2017 +0300

    bookmarks-manager: Don't force the creation of Mobile tag when syncing
    
    Currently the Mobile tag is created in case it doesn't exist before
    merging bookmarks at sync time. This is both undesirable considering the
    user may not have any mobile bookmarks and unnecessary since any missing
    tags are created during the merge operation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786590

 src/bookmarks/ephy-bookmarks-manager.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-manager.c b/src/bookmarks/ephy-bookmarks-manager.c
index ba69b3c..93a8f0a 100644
--- a/src/bookmarks/ephy-bookmarks-manager.c
+++ b/src/bookmarks/ephy-bookmarks-manager.c
@@ -908,9 +908,6 @@ synchronizable_manager_merge (EphySynchronizableManager              *manager,
   EphyBookmarksManager *self = EPHY_BOOKMARKS_MANAGER (manager);
   GList *to_upload = NULL;
 
-  if (!ephy_bookmarks_manager_tag_exists (self, EPHY_BOOKMARKS_MOBILE_TAG))
-    ephy_bookmarks_manager_create_tag (self, EPHY_BOOKMARKS_MOBILE_TAG);
-
   if (is_initial)
     to_upload = ephy_bookmarks_manager_handle_initial_merge (self,
                                                              remotes_updated);


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