diff options
author | Priit Laes <plaes@plaes.org> | 2012-03-09 22:30:21 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2012-03-09 22:35:59 +0800 |
commit | f4cdb44661ac215110e4216202f0bac8983a42b4 (patch) | |
tree | f4f053fa55dabe6b9143df4571e75eabc9769ef5 | |
parent | 8b9a6dddacc4f7c6d9d426ed87a5a52be9165a3d (diff) | |
download | gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar.gz gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar.zst gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.zip |
ephy-history-service: Give me a break!
Signed-off-by: Priit Laes <plaes@plaes.org>
Reviewed-by: Xan Lopez <xan@igalia.com>
-rw-r--r-- | lib/history/ephy-history-service-urls-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/history/ephy-history-service-urls-table.c b/lib/history/ephy-history-service-urls-table.c index 7b95c03aa..9bcb5f62b 100644 --- a/lib/history/ephy-history-service-urls-table.c +++ b/lib/history/ephy-history-service-urls-table.c @@ -266,6 +266,7 @@ ephy_history_service_find_url_rows (EphyHistoryService *self, EphyHistoryQuery * break; case EPHY_HISTORY_SORT_LV: statement_str = g_string_append (statement_str, "ORDER BY urls.visit_count "); + break; default: g_warning ("We don't support this sorting method yet."); } |