From 51140311bb3b0d4d0e859d5045ffe4c74478f5fe Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 03 Nov 2007 09:42:37 +0000 Subject: Add search parameters to cgit_log_link This makes the [prev] and [next] links work correctly on search results. Signed-off-by: Lars Hjemli --- (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index 39fe330..c856793 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -56,7 +56,7 @@ static int print_branch(struct refinfo *ref) if (!info) return 1; html(""); - cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0); + cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL); html(""); if (ref->object->type == OBJ_COMMIT) { -- cgit v0.9.0.2