diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-03-06 17:34:50 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:47 +0800 |
commit | fd23fbade3ef2c5490f6d3e7f0a7de7c39872fff (patch) | |
tree | f5aed7af25cca9c603f78750592cf78983f5e78c /src | |
parent | d08d60909efaf563d851474328a463fc7b26744e (diff) | |
download | gsoc2013-epiphany-fd23fbade3ef2c5490f6d3e7f0a7de7c39872fff.tar.gz gsoc2013-epiphany-fd23fbade3ef2c5490f6d3e7f0a7de7c39872fff.tar.zst gsoc2013-epiphany-fd23fbade3ef2c5490f6d3e7f0a7de7c39872fff.zip |
Allow ephy_history_service_find_urls() to filter host specific urls
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-completion-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index 18def7d45..ea60c2a26 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -490,7 +490,7 @@ ephy_completion_model_update_for_string (EphyCompletionModel *model, ephy_history_service_find_urls (priv->history_service, 0, 0, - MAX_COMPLETION_HISTORY_URLS, + MAX_COMPLETION_HISTORY_URLS, 0, query, (EphyHistoryJobCallback)query_completed_cb, user_data); |