[epiphany/tmp-gnome-2-32: 13/31] ephy-location-action: don't request EXTRA_COL
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/tmp-gnome-2-32: 13/31] ephy-location-action: don't request EXTRA_COL
- Date: Fri, 20 Aug 2010 06:12:59 +0000 (UTC)
commit d5001b40af4d8cfeb7194fa99d5bb907762464f2
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 aa03714..53422c1 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]