forked from AuroraMiddleware/gtk
Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin
2006-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin Otte)
This commit is contained in:
parent
72a09bfa33
commit
53a94e60c9
@ -1,3 +1,9 @@
|
||||
2006-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset
|
||||
the during_reorder flag. (#348049, Sven Herzberg, patch
|
||||
by Benjamin Otte)
|
||||
|
||||
2006-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll
|
||||
|
@ -1,3 +1,9 @@
|
||||
2006-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset
|
||||
the during_reorder flag. (#348049, Sven Herzberg, patch
|
||||
by Benjamin Otte)
|
||||
|
||||
2006-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll
|
||||
|
@ -2611,6 +2611,7 @@ gtk_notebook_stop_reorder (GtkNotebook *notebook)
|
||||
page->child, page_num);
|
||||
|
||||
priv->has_scrolled = FALSE;
|
||||
priv->during_reorder = FALSE;
|
||||
}
|
||||
|
||||
hide_drag_window (notebook, priv, page);
|
||||
|
Loading…
Reference in New Issue
Block a user