summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-01-07 18:08:53 +0100
committerTimm Bäder <mail@baedert.org>2017-01-07 18:08:53 +0100
commit1e6fce97a5e33484cc12034d45645b2b84f3f343 (patch)
treee456edcd2058618c680490b135262aca1b7e92e3
parent47d4ad71fbc680b9a9f47be03d0fdbfcdd3cf636 (diff)
downloadgtk+-1e6fce97a5e33484cc12034d45645b2b84f3f343.tar.gz
gtkfishbowl: Remove gtk_container_snapshot_child call
-rw-r--r--demos/gtk-demo/gtkfishbowl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/gtk-demo/gtkfishbowl.c b/demos/gtk-demo/gtkfishbowl.c
index 2e3c1e876d..3e5a7e9d70 100644
--- a/demos/gtk-demo/gtkfishbowl.c
+++ b/demos/gtk-demo/gtkfishbowl.c
@@ -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);
}
}