diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 2 |
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) { |