summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-11-02 17:49:10 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-11-02 17:49:10 +0000
commit7f8cb11b3ba9118a617ef16edc327023e45dc1fc (patch)
tree236c5c8e31362d8aab07ccf2598e9c21d723ade1 /ChangeLog
parent57dcec5848e60171dc7eccdf8963eec48276cfcf (diff)
downloadpygtk-7f8cb11b3ba9118a617ef16edc327023e45dc1fc.tar.gz
Remove '' from sys.path if it was added by PySys_SetArgv in init_gtk.
* gtk/__init__.py: Remove '' from sys.path if it was added by PySys_SetArgv in init_gtk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20dd5a69..b89657b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-02 Johan Dahlin <jdahlin@async.com.br>
+
+ * gtk/__init__.py: Remove '' from sys.path if it was added by
+ PySys_SetArgv in init_gtk.
+
2005-10-15 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gtk/gtkobject-support.c (pygtk_custom_destroy_notify): Add