gtkfishbowl: Remove gtk_container_snapshot_child call

This commit is contained in:
Timm Bäder
2017-01-07 18:08:53 +01:00
parent 47d4ad71fb
commit 1e6fce97a5

View File

@@ -237,9 +237,9 @@ gtk_fishbowl_snapshot (GtkWidget *widget,
{
child = list->data;
gtk_container_snapshot_child (GTK_CONTAINER (fishbowl),
child->widget,
snapshot);
gtk_widget_snapshot_child (widget,
child->widget,
snapshot);
}
}