summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-31 18:52:07 +0000
committerChristian Persch <chpe@src.gnome.org>2005-10-31 18:52:07 +0000
commitb24b61b035323da16c5cf00a2a8ec17449faec07 (patch)
tree2317c750e88d29b51f3a1bea8ec5177ffe2f54dc
parentb93717be8ed28f984206b723b14dff10283ae182 (diff)
downloadepiphany-b24b61b035323da16c5cf00a2a8ec17449faec07.tar.gz
Use the history window as parent for the new-bookmark dialogue. Fixes bug
2005-10-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (cmd_bookmark_link): Use the history window as parent for the new-bookmark dialogue. Fixes bug #320329.
-rw-r--r--ChangeLog7
-rw-r--r--src/ephy-history-window.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bfbf1fb3..54bc2377e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-31 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-history-window.c: (cmd_bookmark_link):
+
+ Use the history window as parent for the new-bookmark dialogue.
+ Fixes bug #320329.
+
2005-10-22 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index ebcc7eacc..051c094bb 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));