diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-01 02:51:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-01 02:51:44 +0800 |
commit | 464bb25b7c896c097765e23e396ab82c38dc1eb8 (patch) | |
tree | 9fa6a5f55f54319a2552231a6fd046fe574d6da6 /src | |
parent | 06020f19214a5e141fe5202a8f8678a2d0c13bd7 (diff) | |
download | gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.tar gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.tar.gz gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.tar.bz2 gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.tar.lz gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.tar.xz gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.tar.zst gsoc2013-epiphany-464bb25b7c896c097765e23e396ab82c38dc1eb8.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |