aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-11-26 03:04:24 +0800
committerXan Lopez <xan@igalia.com>2012-11-26 03:04:24 +0800
commita60eb7cad58e17985e8a7908d5e90bab5fff6186 (patch)
tree95ecd03aacb6e8b17df5e7c936592e14ec46a30b /src/ephy-history-window.c
parent445102fa0e84e3521d59d314a6bac204ba1af641 (diff)
downloadgsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar
gsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar.gz
gsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar.bz2
gsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar.lz
gsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar.xz
gsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.tar.zst
gsoc2013-epiphany-a60eb7cad58e17985e8a7908d5e90bab5fff6186.zip
Use gtk_application_get_active_window instead of rolling our own
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 a344060ab..c657275a1 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -304,7 +304,7 @@ get_target_window (EphyHistoryWindow *editor)
}
else
{
- return GTK_WIDGET (ephy_shell_get_active_window (ephy_shell));
+ return GTK_WIDGET (gtk_application_get_active_window (GTK_APPLICATION (ephy_shell)));
}
}