X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9c8be943f72b6f1bda5a31ce401899c3dd734e98..a61871a18ffa9fc28e7ab0950415404350c8c857:/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(""); }