You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2012/10/29 21:10:46 UTC

[11/25] git commit: [#5145] Fixed errantly changed menu label

[#5145] Fixed errantly changed menu label

Signed-off-by: Cory Johns <jo...@geek.net>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/4910dd9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4910dd9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4910dd9e

Branch: refs/heads/cj/5076
Commit: 4910dd9e8d4c2eab6d3c782536df54cc35559086
Parents: 882aa4a
Author: Cory Johns <jo...@geek.net>
Authored: Wed Oct 24 18:49:11 2012 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Fri Oct 26 20:32:11 2012 +0000

----------------------------------------------------------------------
 Allura/allura/lib/repository.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/4910dd9e/Allura/allura/lib/repository.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/repository.py b/Allura/allura/lib/repository.py
index feffad5..9d3528c 100644
--- a/Allura/allura/lib/repository.py
+++ b/Allura/allura/lib/repository.py
@@ -55,7 +55,7 @@ class RepositoryApp(Application):
         :return: a list of :class:`SitemapEntries <allura.app.SitemapEntry>`
         '''
         return [ SitemapEntry(
-                self.tool_label,
+                self.config.options.mount_label.title(),
                 '.')]
 
     @property