summaryrefslogtreecommitdiff
path: root/examples/selection/gettargets.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/selection/gettargets.c')
-rw-r--r--examples/selection/gettargets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/selection/gettargets.c b/examples/selection/gettargets.c
index 433cab21ee..fa183b5973 100644
--- a/examples/selection/gettargets.c
+++ b/examples/selection/gettargets.c
@@ -72,7 +72,7 @@ main (int argc, char *argv[])
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_title (GTK_WINDOW (window), "Event Box");
- gtk_container_border_width (GTK_CONTAINER (window), 10);
+ gtk_container_set_border_width (GTK_CONTAINER (window), 10);
gtk_signal_connect (GTK_OBJECT (window), "destroy",
GTK_SIGNAL_FUNC (gtk_exit), NULL);