Set first_para_mark to NULL. (#396805, Colin Leroy, patch by Mariano

2007-03-11  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktextview.c (gtk_text_view_set_buffer): Set first_para_mark
        to NULL.  (#396805, Colin Leroy, patch by Mariano Suárez-Alvarez)



svn path=/trunk/; revision=17481
This commit is contained in:
Matthias Clasen 2007-03-12 02:32:15 +00:00 committed by Matthias Clasen
parent 10d9b04e74
commit 3a3bce193e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-03-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_set_buffer): Set first_para_mark
to NULL. (#396805, Colin Leroy, patch by Mariano Suárez-Alvarez)
2007-03-12 Kristian Rietveld <kris@gtk.org>
* gtk/gtkfilechooserdefault.c (check_save_entry): immediately

View File

@ -1177,6 +1177,7 @@ gtk_text_view_set_buffer (GtkTextView *text_view,
text_view);
g_object_unref (text_view->buffer);
text_view->dnd_mark = NULL;
text_view->first_para_mark = NULL;
if (GTK_WIDGET_REALIZED (text_view))
{