Add a more complex widget in the flipping assistant

This reproduces the problem from bug
https://bugzilla.gnome.org/show_bug.cgi?id=756385
This commit is contained in:
Sébastien Granjoux
2015-10-26 21:52:34 +01:00
committed by Matthias Clasen
parent a0a78a8973
commit ffaaa1e66e
2 changed files with 8 additions and 4 deletions

View File

@ -1134,7 +1134,6 @@ assistant_remove_page_cb (GtkContainer *container,
return;
page_info = element->data;
g_print ("remove page cb: %s\n", page_info->title);
/* If this is the current page, we need to switch away. */
if (page_info == priv->current_page)