summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-07-21 04:44:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-21 04:44:24 +0000
commit53a94e60c95aa1e83c6dcd13b802e28dd2a5400a (patch)
treeb121da83ddf0dd371397f5cbcfc5a1c8d0297c0d /gtk
parent72a09bfa33956d63c4a2654eef13e0e90cac7e85 (diff)
downloadgdk-pixbuf-53a94e60c95aa1e83c6dcd13b802e28dd2a5400a.tar.gz
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)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtknotebook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 9ecd0806b..9cd57ccfd 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);