[library-web] Get table of contents titles (and translations) from Yelp 3.0.3



commit 3eb533982df04a18a97cd1161374c6966d754b7f
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Jun 1 17:40:29 2011 +0200

    Get table of contents titles (and translations) from Yelp 3.0.3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651635

 src/lgo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index 538b347..a1a46f2 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -169,7 +169,7 @@ class Lgo(App):
 
         if not os.path.exists(scrollkeeper_xml) or not os.path.exists(toc_xml):
             filename = FtpDotGnomeDotOrg(self.config).download(
-                    'pub/GNOME/sources/yelp/2.22/yelp-2.22.0.tar.bz2')[0]
+                    'pub/GNOME/sources/yelp/3.0/yelp-3.0.3.tar.bz2')[0]
 
             tar = tarfile.open(filename, 'r')
             done = 0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]