From 53a94e60c95aa1e83c6dcd13b802e28dd2a5400a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Jul 2006 04:44:24 +0000 Subject: [PATCH] Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin 2006-07-21 Matthias Clasen * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin Otte) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ gtk/gtknotebook.c | 1 + 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0531f95208..f3fdacf532 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-21 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset + the during_reorder flag. (#348049, Sven Herzberg, patch + by Benjamin Otte) + 2006-07-20 Matthias Clasen * gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0531f95208..f3fdacf532 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2006-07-21 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset + the during_reorder flag. (#348049, Sven Herzberg, patch + by Benjamin Otte) + 2006-07-20 Matthias Clasen * gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 9ecd0806b0..9cd57ccfd2 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -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);