damned-lies r1325 - in trunk: . stats
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1325 - in trunk: . stats
- Date: Thu, 8 Jan 2009 11:30:40 +0000 (UTC)
Author: claudep
Date: Thu Jan 8 11:30:40 2009
New Revision: 1325
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1325&view=rev
Log:
2009-01-08 Claude Paroz <claude 2xlibre net>
* stats/models.py: Fixed po_url creation.
Modified:
trunk/ChangeLog
trunk/stats/models.py
Modified: trunk/stats/models.py
==============================================================================
--- trunk/stats/models.py (original)
+++ trunk/stats/models.py Thu Jan 8 11:30:40 2009
@@ -991,7 +991,7 @@
subdir = "docs/"
else:
subdir = ""
- return utils.url_join("/POT/", self.module_name(), self.branch.name, subdir, self.filename())
+ return utils.url_join("/POT/", "%s.%s" % (self.module_name(), self.branch.name), subdir, self.filename())
def most_important_message(self):
""" Return a message of type 1.'error', or 2.'warn, or 3.'warn """
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]