summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-02-20 14:37:01 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-02-20 14:37:01 +0000
commit8f264bd573916d92862a9dfbc7215e5c0ef769a1 (patch)
tree441dbb524271a40b21a6db10fee57960c50e0edf /configure.in
parentfd044ffe6140e00c83bb4ae6f3dae98af61c792e (diff)
downloadpygtk-8f264bd573916d92862a9dfbc7215e5c0ef769a1.tar.gz
made tip_private argument optional. (GtkObject.__[gs]etattr__,
1999-02-20 James Henstridge <james@daa.com.au> * gtk.py (GtkTooltips.set_tip): made tip_private argument optional. (GtkObject.__[gs]etattr__, GtkObject.__delattr__): added some more fixes to this code so that it shouldn't throw exceptions as much when it shouldn't. * gtkmodule.c: PyGdkEvent_New wasn't interpreting GDK_BUTTON_RELEASE events correctly. Also some fix ups for gtk_menu_popup. * generate/gtkcontainers.defs (gtk_container_set_focus_child): allow null child argument. 1999-02-20 James Henstridge <james@daa.com.au> * pygnome/gnome/ui.py: made corresponding changes. * pygnome/generate/gnomeui.defs: added some null-ok tags to the defs file (mainly for passing adjustments to constructors). * gnome-python.spec: fixed a bug in the pygtk files list. It wasn't including gtk.py!
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 56d6a9de..a807528c 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT
dnl for gnome-python:
-AM_INIT_AUTOMAKE(pygtk, 0.5.10)
+AM_INIT_AUTOMAKE(pygtk, 0.5.11)
AM_PATH_PYTHON
AM_INIT_PYEXEC_MOD