[epiphany/wip/bookmarks: 263/315] bookmarks: Don't load from database before creating file
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/bookmarks: 263/315] bookmarks: Don't load from database before creating file
- Date: Tue, 27 Sep 2016 17:36:20 +0000 (UTC)
commit 45a37bdf99c1b439059fcd6962acced43d7a1c40
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 59dbf3c..bfc07dd 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]