diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkclist.c | 2 | ||||
-rw-r--r-- | gtk/gtklayout.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 5d54fd078e..6b5c1e075e 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -5804,7 +5804,7 @@ draw_rows (GtkCList *clist, } /* this is a small special case which exposes the bottom cell line - * on the last row -- it might go away if I change the wall the cell + * on the last row -- it might go away if I change the way the cell * spacings are drawn */ if (clist->rows == first_row) diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c index c19adfdef1..ac961d87c9 100644 --- a/gtk/gtklayout.c +++ b/gtk/gtklayout.c @@ -503,6 +503,7 @@ gtk_layout_unrealize (GtkWidget *widget) { gdk_window_set_user_data (child->window, NULL); gdk_window_destroy (child->window); + child->window = NULL; } tmp_list = tmp_list->next; |