[epiphany/wip/favicons] bookmarks: Don't load from database before creating file



commit 47f459d0b12478a20e54959569ee1f5340b66eb6
Author: Iulian Radu <iulian radu67 gmail com>
Date:   Sun Jul 31 21:27:04 2016 +0300

    bookmarks: Don't load from database before creating file

 src/ephy-bookmarks-manager.c |    2 --
 src/ephy-bookmarks-popover.c |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-bookmarks-manager.c b/src/ephy-bookmarks-manager.c
index 755df77..ce7f929 100644
--- a/src/ephy-bookmarks-manager.c
+++ b/src/ephy-bookmarks-manager.c
@@ -101,8 +101,6 @@ ephy_bookmarks_manager_init (EphyBookmarksManager *self)
                                           NULL);
 
   self->tags = g_sequence_new (g_free);
-
-  ephy_bookmarks_manager_load_from_file (self);
 }
 
 static GType
diff --git a/src/ephy-bookmarks-popover.c b/src/ephy-bookmarks-popover.c
index 03124ef..942a12e 100644
--- a/src/ephy-bookmarks-popover.c
+++ b/src/ephy-bookmarks-popover.c
@@ -267,7 +267,6 @@ ephy_bookmarks_popover_init (EphyBookmarksPopover *self)
   GList *bookmarks;
   GList *l;
   EphyBookmark *dummy_bookmark;
-  GSequence *dummy_tags;
   GSimpleActionGroup *group;
 
   gtk_widget_init_template (GTK_WIDGET (self));


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