From f4cdb44661ac215110e4216202f0bac8983a42b4 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 9 Mar 2012 16:30:21 +0200 Subject: ephy-history-service: Give me a break! Signed-off-by: Priit Laes Reviewed-by: Xan Lopez --- lib/history/ephy-history-service-urls-table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/history/ephy-history-service-urls-table.c') 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."); } -- cgit v1.2.3