From 6ffa823dbba4a41c83f30776267b133ccc48fa94 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 11 Feb 2004 15:48:33 +0000 Subject: Cleanup 2004-02-11 Marco Pesenti Gritti * lib/widgets/ephy-location-entry.c: (completion_func): Cleanup * src/bookmarks/ephy-bookmarks.c: Increase format version --- lib/widgets/ephy-location-entry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/widgets/ephy-location-entry.c') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index cee04febb..61fc47c40 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -243,9 +243,9 @@ completion_func (GtkEntryCompletion *completion, model = gtk_entry_completion_get_model (completion); gtk_tree_model_get (model, iter, - le->priv->text_col, &item, -1); - gtk_tree_model_get (model, iter, - le->priv->keywords_col, &keywords, -1); + le->priv->text_col, &item, + le->priv->keywords_col, &keywords, + -1); if (!strncmp (key, item, strlen (key))) { -- cgit v1.2.3