aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-04 17:26:09 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-04 17:26:09 +0800
commitbe7c992ff6b3a05d6facf24e42826fe14a94ad89 (patch)
tree04d249c803c08eb13a25e67493d04782a262eb25 /src/ephy-history-window.c
parentf0a9cca06cffa42a88ef20f80004ed99609efee1 (diff)
downloadgsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.tar
gsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.tar.gz
gsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.tar.bz2
gsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.tar.lz
gsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.tar.xz
gsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.tar.zst
gsoc2013-epiphany-be7c992ff6b3a05d6facf24e42826fe14a94ad89.zip
src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.c
2006-02-04 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-properties.c * src/bookmarks/ephy-bookmarks-ui.c * src/bookmarks/ephy-bookmarks-ui.h * src/ephy-history-window.c * src/popup-commands.c * src/window-commands.c Restore transient status to the properties dialog when creating a new bookmark. Leave the topics entry sensitive, and store the expanded state of the list. Make the similar button a toggle button. Removed unused function to add topic.
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 1dea398c6..7b36b261f 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -489,7 +489,7 @@ cmd_bookmark_link (GtkAction *action,
location = ephy_node_get_property_string (node, EPHY_NODE_PAGE_PROP_LOCATION);
title = ephy_node_get_property_string (node, EPHY_NODE_PAGE_PROP_TITLE);
- ephy_bookmarks_ui_add_bookmark (location, title);
+ ephy_bookmarks_ui_add_bookmark (GTK_WINDOW (editor), location, title);
}
g_list_free (selection);