[glade-web] Fixed syntax



commit 58f055cf1ff8a1faff21da5d6c996cc8b41bcb98
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Wed Sep 19 19:31:58 2012 -0300

    Fixed syntax

 head.src     |    2 +-
 newsitems.py |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/head.src b/head.src
index 8f60999..877c902 100644
--- a/head.src
+++ b/head.src
@@ -21,7 +21,7 @@
     </div>
 
     <div id="sidebar">
-        <h1>Current Version: <strong>3.12</strong></h1>
+        <h1>Current Version: <strong>3.14</strong></h1>
         <ul>
           <li><a href="http://glade.gnome.org/sources.html";>Download Sources</a></li>
           <li><a href="http://git.gnome.org/cgit/glade";>Browse Sources</a></li>
diff --git a/newsitems.py b/newsitems.py
index 8d84626..7e6b506 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,14 +15,14 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
-item("""Glade 3.14 released""", (2012, 09, 19),
+item("""Glade 3.14 released""", (2012, 9, 19),
      """
     <p>Glade 3.14.0 is now available for download.</p>
     <p>Glade 3.14.0 is the first release in the new stable series.
     <p> <a href="http://lists.ximian.com/pipermail/glade-devel/2012-September/001987.html";>3.14.0 release notes</a> for more details.</p>
      """, 'Juan Pablo Ugarte')
 
-item("""Glade 3.10.3 and 3.12.2 released""", (2012, 09, 19),
+item("""Glade 3.10.3 and 3.12.2 released""", (2012, 9, 19),
      """
     <p>Glade 3.10.3 and 3.12.2 are now available for download.</p>
     <p>Glade 3.10.3 and 3.12.2 are bugfix release of the old stable series.



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