From 3c32fe07717f27fc891b66ccd06057fb810d03ad Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 06 Dec 2008 10:37:37 +0000 Subject: Merge branch 'full-log' Conflicts: cgit.c cgit.h --- (limited to 'ui-repolist.c') diff --git a/ui-repolist.c b/ui-repolist.c index 87196f0..2c13d50 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -257,7 +257,7 @@ void cgit_print_repolist() html(""); cgit_summary_link("summary", NULL, "button", NULL); cgit_log_link("log", NULL, "button", NULL, NULL, NULL, - 0, NULL, NULL); + 0, NULL, NULL, ctx.qry.showmsg); cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL); html(""); } -- cgit v0.9.0.2