[epiphany] ephy-location-action: don't request EXTRA_COL
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-location-action: don't request EXTRA_COL
- Date: Sat, 29 May 2010 02:56:00 +0000 (UTC)
commit 2835d6bd8ebc90d9e60bc7e62f94eb851f8d358f
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Tue May 4 12:43:46 2010 -0500
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 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c
index 38bcb1d..a5c336a 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]