From 5c4c64876f3f2b58809fd047abed1fba8265cfbf Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 15 Jan 2009 22:07:08 +0000 Subject: Include a bookmark indication in the woohoo bar If the result shown in the row is a bookmark, the epiphany bookmark icon will be drawn to the right of it. svn path=/trunk/; revision=8693 --- src/ephy-location-action.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ephy-location-action.c') diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 1fdace52d..486a4daea 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -133,13 +133,11 @@ match_func (GtkEntryCompletion *completion, ret = (g_regex_match (regex, item, G_REGEX_MATCH_NOTEMPTY, NULL) || g_regex_match (regex, url, G_REGEX_MATCH_NOTEMPTY, NULL) || g_regex_match (regex, keywords, G_REGEX_MATCH_NOTEMPTY, NULL) - || (extra && g_regex_match (regex, extra, G_REGEX_MATCH_NOTEMPTY, NULL)) ); g_free (item); g_free (url); g_free (keywords); - g_free (extra); return ret; } -- cgit v1.2.3