summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIulian Radu <iulian.radu67@gmail.com>2016-07-31 21:27:04 +0300
committerIulian Radu <iulian.radu67@gmail.com>2016-07-31 21:27:15 +0300
commit47f459d0b12478a20e54959569ee1f5340b66eb6 (patch)
tree8268c16b167355d6c7c994d4900ede629ca3ae3d
parent366cdecd15145ea67d88cb3365f00d24252b509e (diff)
downloadepiphany-wip/favicons.tar.gz
bookmarks: Don't load from database before creating filewip/favicons
-rw-r--r--src/ephy-bookmarks-manager.c2
-rw-r--r--src/ephy-bookmarks-popover.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-bookmarks-manager.c b/src/ephy-bookmarks-manager.c
index 755df77e1..ce7f929e2 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 03124efc4..942a12e51 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));