aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-urls-table.c
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2012-03-09 22:30:21 +0800
committerPriit Laes <plaes@plaes.org>2012-03-09 22:35:59 +0800
commitf4cdb44661ac215110e4216202f0bac8983a42b4 (patch)
treef4f053fa55dabe6b9143df4571e75eabc9769ef5 /lib/history/ephy-history-service-urls-table.c
parent8b9a6dddacc4f7c6d9d426ed87a5a52be9165a3d (diff)
downloadgsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar
gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar.gz
gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar.bz2
gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar.lz
gsoc2013-epiphany-f4cdb44661ac215110e4216202f0bac8983a42b4.tar.xz
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>
Diffstat (limited to 'lib/history/ephy-history-service-urls-table.c')
-rw-r--r--lib/history/ephy-history-service-urls-table.c1
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.");
}