diff options
Diffstat (limited to 'examples/clist/clist.c')
-rw-r--r-- | examples/clist/clist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clist/clist.c b/examples/clist/clist.c index 69a252dee4..7068dcae58 100644 --- a/examples/clist/clist.c +++ b/examples/clist/clist.c @@ -31,7 +31,7 @@ gint main (int argc, gchar *argv[]) NULL); vbox=gtk_vbox_new(FALSE, 5); - gtk_container_border_width(GTK_CONTAINER(vbox), 5); + gtk_container_set_border_width(GTK_CONTAINER(vbox), 5); gtk_container_add(GTK_CONTAINER(window), vbox); gtk_widget_show(vbox); |