diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-01 06:30:28 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-01 06:30:28 +0800 |
commit | 92bfd90849cf96b631ddc8038c66debd23287b9e (patch) | |
tree | ab727c258e77f52dfc9a030946cbe4f86e8f6368 /lib/widgets | |
parent | 486e1939b5347d6ead5d1d0dcbc65399a1072ecc (diff) | |
download | gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.tar gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.tar.gz gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.tar.bz2 gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.tar.lz gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.tar.xz gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.tar.zst gsoc2013-epiphany-92bfd90849cf96b631ddc8038c66debd23287b9e.zip |
testing before committing sometimes helps
Diffstat (limited to 'lib/widgets')
-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) { |