From 11c14e192b907acd3fdc2d6a9bcf4faafc593afe Mon Sep 17 00:00:00 2001 From: Rafael Cavazin <rafaelcavazin@gmail.com> Date: Sun, 27 Jan 2013 11:13:06 -0500 Subject: [PATCH] updating latest props, and some pt-br fixing --- src/com/gitblit/wicket/pages/HistoryPage.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/pages/HistoryPage.java b/src/com/gitblit/wicket/pages/HistoryPage.java index 122eeb8..563202e 100644 --- a/src/com/gitblit/wicket/pages/HistoryPage.java +++ b/src/com/gitblit/wicket/pages/HistoryPage.java @@ -32,7 +32,7 @@ int nextPage = pageNumber + 1; HistoryPanel history = new HistoryPanel("historyPanel", repositoryName, objectId, path, - getRepository(), -1, pageNumber - 1); + getRepository(), -1, pageNumber - 1, getRepositoryModel().showRemoteBranches); boolean hasMore = history.hasMore(); add(history); -- Gitblit v1.9.1