]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-repolist.c
Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgit
[cgit.git] / ui-repolist.c
index c735368d78108725e9177cb87de691306060cda5..9aa5c1ede644b5ed4755ab3a79bea101ef0ae3f8 100644 (file)
@@ -98,7 +98,8 @@ void cgit_print_repolist(struct cacheitem *item)
                        html_link_open(cgit_repourl(cgit_repo->url),
                                       NULL, "button");
                        html("summary</a>");
-                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL);
+                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
+                                     0, NULL, NULL);
                        cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
                        html("</td>");
                }