diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-30 01:47:13 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-30 02:26:23 +0200 |
commit | b3a7d401a155a3cfeee61b4b094124f2ea97e6ac (patch) | |
tree | 2727796999afcb6a850c60df2c6eef837c9adc0d /tests/testcalendar.c | |
parent | f00f120fd7daa01904dfb3dc5248ac3793274e83 (diff) | |
download | gtk+-b3a7d401a155a3cfeee61b4b094124f2ea97e6ac.tar.gz |
Use gtk_paned_new() instead gtk_[v|h]paned_new()
Diffstat (limited to 'tests/testcalendar.c')
-rw-r--r-- | tests/testcalendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcalendar.c b/tests/testcalendar.c index b726b10f96..575ce510a7 100644 --- a/tests/testcalendar.c +++ b/tests/testcalendar.c @@ -433,7 +433,7 @@ create_calendar(void) G_CALLBACK (gtk_false), NULL); - hpaned = gtk_hpaned_new (); + hpaned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL); /* Calendar widget */ |