forked from AuroraMiddleware/gtk
notebook fix from lars.
-timj
This commit is contained in:
parent
f87ee7e51a
commit
eac28852ed
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Mar 15 14:38:34 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): applied a fix from
|
||||
lars against a segfault that i discovered.
|
||||
|
||||
Sun Mar 15 13:25:28 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkwidget.h: added new flag GTK_EXCLUSIVE_GRAB.
|
||||
|
@ -2386,7 +2386,10 @@ gtk_notebook_pages_allocate (GtkNotebook *notebook,
|
||||
children = NULL;
|
||||
gtk_notebook_calc_tabs (notebook,notebook->first_tab->prev,
|
||||
&children, &tab_space, STEP_PREV);
|
||||
notebook->first_tab = children->next;
|
||||
if (children)
|
||||
notebook->first_tab = children->next;
|
||||
else
|
||||
notebook->first_tab = notebook->children;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user