summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2003-07-03 15:55:23 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-07-03 15:55:23 +0000
commita379224678f1ce2a5d181c9f50c96f35e4347c1a (patch)
treec19d3ef02da23f8f537344e75d92b5cdea330a72
parent0c3ca653dd2dd58e0975baf4269c32cd3f766bea (diff)
downloadpygtk-a379224678f1ce2a5d181c9f50c96f35e4347c1a.tar.gz
(GtkTreeViewColumn.set_widget): allow passing None for the column
header widget (fixes bug #115027).
-rw-r--r--ChangeLog6
-rw-r--r--gtk/gtk.defs2
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e50a624e..3f972f4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2003-07-03 James Henstridge <james@daa.com.au>
- * gtk/gtk.defs (set_icon): allow passing None as the icon (fixes
- bug #116072).
+ * gtk/gtk.defs (GtkWindow.set_icon): allow passing None as the
+ icon (fixes bug #116072).
+ (GtkTreeViewColumn.set_widget): allow passing None for the column
+ header widget (fixes bug #115027).
* gobjectmodule.c (pyg_error_check): change first block threads
instead of unblocking them here. (Looks like John forgot to check
diff --git a/gtk/gtk.defs b/gtk/gtk.defs
index f131cfab..bf7655a9 100644
--- a/gtk/gtk.defs
+++ b/gtk/gtk.defs
@@ -15196,7 +15196,7 @@
(c-name "gtk_tree_view_column_set_widget")
(return-type "none")
(parameters
- '("GtkWidget*" "widget")
+ '("GtkWidget*" "widget" (null-ok))
)
)