aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r--src/ephy-location-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index 5706f3eb3..bd28e8e6a 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -150,7 +150,7 @@ ephy_location_action_get_widget (EphyLocationAction *action)
{
GSList *slist;
- slist = GTK_ACTION (action)->proxies;
+ slist = gtk_action_get_proxies (GTK_ACTION (action));
if (slist)
{