From 92bfd90849cf96b631ddc8038c66debd23287b9e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 30 Jun 2003 22:30:28 +0000 Subject: testing before committing sometimes helps --- lib/widgets/ephy-location-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3