diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2009-01-14 05:48:50 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2009-01-14 05:48:50 +0800 |
commit | eb19aaf182373e1684e512095fd2895d5cb67c62 (patch) | |
tree | 0b00c2b014d15151028a39fc74f4647d4d88b54b /lib | |
parent | 6f6d5c99e4221804238d8b77f83597b2ede84c38 (diff) | |
download | gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.tar gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.tar.gz gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.tar.bz2 gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.tar.lz gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.tar.xz gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.tar.zst gsoc2013-epiphany-eb19aaf182373e1684e512095fd2895d5cb67c62.zip |
Fix for previous commit
svn path=/branches/gnome-2-26/; revision=8690
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 1b42b62e4..7748bafdc 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -996,7 +996,7 @@ ephy_location_entry_set_match_func (EphyLocationEntry *le, GtkEntryCompletion *completion; completion = gtk_entry_get_completion (GTK_ENTRY (priv->icon_entry->entry)); - gtk_entry_completion_set_match_func (completion, match_func, user_data, notify); + gtk_entry_completion_set_match_func (completion, match_func, le, notify); } void |