aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r--lib/widgets/ephy-location-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 3ecebe5a2..6243305c8 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -348,7 +348,7 @@ ephy_location_entry_autocompletion_show_alternatives (EphyLocationEntry *w)
text in the location entry, the entry will lose the release
event and will not reset it. It's what gtk does for the entry
popup */
- GTK_ENTRY (w)->button = 0;
+ GTK_ENTRY (p->entry)->button = 0;
if (p->autocompletion_window)
{