[epiphany/wip/ephy-sync: 100/126] bookmarks: Save changes to file on edit
- From: Gabriel - Cristian Ivascu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/ephy-sync: 100/126] bookmarks: Save changes to file on edit
- Date: Fri, 19 Aug 2016 17:39:58 +0000 (UTC)
commit 6ee933ad70cfc649cd2f6107158a3059af5a73ca
Author: Iulian Radu <iulian radu67 gmail com>
Date: Tue Aug 2 00:37:40 2016 +0300
bookmarks: Save changes to file on edit
src/ephy-bookmark-properties-grid.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-bookmark-properties-grid.c b/src/ephy-bookmark-properties-grid.c
index 85b45b8..d3ec69f 100644
--- a/src/ephy-bookmark-properties-grid.c
+++ b/src/ephy-bookmark-properties-grid.c
@@ -344,6 +344,10 @@ ephy_bookmark_properties_grid_constructed (GObject *object)
G_BINDING_DEFAULT);
}
+ g_object_bind_property (GTK_ENTRY (self->address_entry), "text",
+ self->bookmark, "url",
+ G_BINDING_DEFAULT);
+
/* Create tag widgets */
tags = ephy_bookmarks_manager_get_tags (self->manager);
bookmark_tags = ephy_bookmark_get_tags (self->bookmark);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]