diff options
Diffstat (limited to 'lib/history/ephy-history-service-urls-table.c')
-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."); } |