epiphany r8690 - branches/gnome-2-26/lib/widgets



Author: diegoe
Date: Tue Jan 13 21:48:50 2009
New Revision: 8690
URL: http://svn.gnome.org/viewvc/epiphany?rev=8690&view=rev

Log:
Fix for previous commit

Modified:
   branches/gnome-2-26/lib/widgets/ephy-location-entry.c

Modified: branches/gnome-2-26/lib/widgets/ephy-location-entry.c
==============================================================================
--- branches/gnome-2-26/lib/widgets/ephy-location-entry.c	(original)
+++ branches/gnome-2-26/lib/widgets/ephy-location-entry.c	Tue Jan 13 21:48:50 2009
@@ -996,7 +996,7 @@
 	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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]