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:

committed by
Matthias Clasen

parent
a0a78a8973
commit
ffaaa1e66e
@ -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)
|
||||
|
Reference in New Issue
Block a user