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:
Matthias Clasen 2006-07-21 04:44:24 +00:00 committed by Matthias Clasen
parent 72a09bfa33
commit 53a94e60c9
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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);