snapshot: push/pop mismatch is critical

This is broken code that needs to be fixed right now.
This commit is contained in:
Benjamin Otte 2016-11-15 22:39:05 +01:00
parent b8710d8962
commit 2e9ff11c85

View File

@ -182,7 +182,7 @@ gtk_snapshot_append_node (GtkSnapshot *state,
state->root = gsk_render_node_ref (node);
else
{
g_warning ("Tried appending a node to an already finished snapshot.");
g_critical ("Tried appending a node to an already finished snapshot.");
}
}