Remove redundant assignments to page, which may cause NULL dereferences.

2006-06-30  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_tab_space): Remove
        redundant assignments to page, which may cause NULL
        dereferences.  (#346334, Dave Vasilevsky)
This commit is contained in:
Matthias Clasen
2006-07-02 15:12:40 +00:00
committed by Matthias Clasen
parent f75f53f940
commit a0482815e7
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2006-06-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_tab_space): Remove
redundant assignments to page, which may cause NULL
dereferences. (#346334, Dave Vasilevsky)
* demos/gtk-demo/editable_cells.c: Portability fix.
(#346375, Thomas Klausner)