From 464bb25b7c896c097765e23e396ab82c38dc1eb8 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 31 Oct 2005 18:51:44 +0000 Subject: Use the history window as parent for the new-bookmark dialogue. Fixes bug 2005-10-31 Christian Persch * src/ephy-history-window.c: (cmd_bookmark_link): Use the history window as parent for the new-bookmark dialogue. Fixes bug #320329. --- ChangeLog | 7 +++++++ src/ephy-history-window.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 857b87a88..d652be2ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-31 Christian Persch + + * src/ephy-history-window.c: (cmd_bookmark_link): + + Use the history window as parent for the new-bookmark dialogue. + Fixes bug #320329. + 2005-10-31 Christian Persch * src/ephy-history-window.c: (build_search_box): diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 51425f9f8..48bae8e42 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -480,7 +480,7 @@ cmd_bookmark_link (GtkAction *action, GtkWidget *new_bookmark; GList *selection; - window = GTK_WINDOW(get_target_window (editor)); + window = GTK_WINDOW (editor); bookmarks = ephy_shell_get_bookmarks (ephy_shell); selection = ephy_node_view_get_selection (EPHY_NODE_VIEW (editor->priv->pages_view)); -- cgit v1.2.3