GNOME Bugzilla – Bug 393813
Segfault in gtk_text_view_set_border_window_size()
Last modified: 2007-04-13 16:34:50 UTC
The commit below changed text_window_realize() signature but didn't change all occurences of it, so gtk_text_view_set_border_window_size() crashes if textview is realized and border window doesn't exist yet. Revision 16983 2006-12-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c: * gtk/gtklabel.c: * gtk/gtkpaned.c: * gtk/gtkstatusbar.c: * gtk/gtktextview.c: Don't install cursors on insensitive widgets. (#358864, Jan Schampera)
Created attachment 79609 [details] [review] patch
2007-01-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Call text_window_realize() with the correct parameters. (#393813, Yevgen Muntyan)
*** Bug 396826 has been marked as a duplicate of this bug. ***
*** Bug 396296 has been marked as a duplicate of this bug. ***
*** Bug 400566 has been marked as a duplicate of this bug. ***