diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-21 04:44:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-21 04:44:24 +0000 |
commit | 53a94e60c95aa1e83c6dcd13b802e28dd2a5400a (patch) | |
tree | b121da83ddf0dd371397f5cbcfc5a1c8d0297c0d /gtk | |
parent | 72a09bfa33956d63c4a2654eef13e0e90cac7e85 (diff) | |
download | gdk-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.c | 1 |
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); |