summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-14 13:04:47 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-14 13:04:47 +0000
commitde266009a77b10771fa7df3286fc7833b7778481 (patch)
tree1bfe7f75ce4fcca49f740259c85a743648bf568c /NEWS
parent69ed12481e27f2a8598a6624def0b25794b5dc15 (diff)
downloadpygtk-de266009a77b10771fa7df3286fc7833b7778481.tar.gz
issue a warning instead of printing to stdout, fixes #316877 regression.
* gtk/__init__.py (_init): issue a warning instead of printing to stdout, fixes #316877 regression. (Jeremey Katz)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0007daf..b290e09a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+pygtk-2.9.7 ?-?-2006
+ - Issue a warning when a DISPLAY is not set (#316877, Johan, Jeremey Katz)
+
pygtk-2.9.6 8-august-2006
- GtkTreePath can be converted from integers again (#350252, Gustavo,
Sebastien Bacher)