diff options
author | James Henstridge <james@daa.com.au> | 1999-02-20 14:37:01 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 1999-02-20 14:37:01 +0000 |
commit | 8f264bd573916d92862a9dfbc7215e5c0ef769a1 (patch) | |
tree | 441dbb524271a40b21a6db10fee57960c50e0edf /configure.in | |
parent | fd044ffe6140e00c83bb4ae6f3dae98af61c792e (diff) | |
download | pygtk-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.in | 2 |
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 |