From 2835d6bd8ebc90d9e60bc7e62f94eb851f8d358f Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 4 May 2010 12:43:46 -0500 Subject: ephy-location-action: don't request EXTRA_COL EXTRA_COL is never used in the match_func. Bug #616345 --- src/ephy-location-action.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 38bcb1d89..a5c336a71 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -101,7 +101,6 @@ match_func (GtkEntryCompletion *completion, char *item = NULL; char *url = NULL; char *keywords = NULL; - char *extra = NULL; gboolean ret = FALSE; GtkTreeModel *model; @@ -113,7 +112,6 @@ match_func (GtkEntryCompletion *completion, EPHY_COMPLETION_TEXT_COL, &item, EPHY_COMPLETION_URL_COL, &url, EPHY_COMPLETION_KEYWORDS_COL, &keywords, - EPHY_COMPLETION_EXTRA_COL, &extra, -1); if (!key) -- cgit v1.2.3