[glade-web] Fixed news date.



commit e0c6d487764ae30b22474f732deb3fa6475210a6
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Apr 5 13:13:45 2011 +0900

    Fixed news date.

 newsitems.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/newsitems.py b/newsitems.py
index 950fcdc..0ab57a2 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,7 +15,7 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
-item("""Glade 3.8.0 and 3.10.0 released""", (2011, 2, 1),
+item("""Glade 3.8.0 and 3.10.0 released""", (2011, 4, 5),
      """
     <p>Glade 3.8.0 and 3.10.0 are now available for download.</p>
     <p>3.8.0 is the last stable series of Glade for GTK+2 and 3.10.0 is the first stable series for GTK+3</p>



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