summaryrefslogtreecommitdiff
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-11-25 20:04:24 +0100
committerXan Lopez <xan@igalia.com>2012-11-25 20:04:24 +0100
commita60eb7cad58e17985e8a7908d5e90bab5fff6186 (patch)
tree95ecd03aacb6e8b17df5e7c936592e14ec46a30b /src/bookmarks/ephy-bookmarks-editor.c
parent445102fa0e84e3521d59d314a6bac204ba1af641 (diff)
downloadepiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar.gz
Use gtk_application_get_active_window instead of rolling our own
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 8dc057b1e..d74e06020 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -291,7 +291,7 @@ get_target_window (EphyBookmarksEditor *editor)
}
else
{
- return GTK_WIDGET (ephy_shell_get_active_window (ephy_shell));
+ return GTK_WIDGET (gtk_application_get_active_window (GTK_APPLICATION (ephy_shell)));
}
}