summaryrefslogtreecommitdiff
path: root/tests/testcalendar.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-30 01:47:13 +0200
committerJavier Jardón <jjardon@gnome.org>2010-10-30 02:26:23 +0200
commitb3a7d401a155a3cfeee61b4b094124f2ea97e6ac (patch)
tree2727796999afcb6a850c60df2c6eef837c9adc0d /tests/testcalendar.c
parentf00f120fd7daa01904dfb3dc5248ac3793274e83 (diff)
downloadgtk+-b3a7d401a155a3cfeee61b4b094124f2ea97e6ac.tar.gz
Use gtk_paned_new() instead gtk_[v|h]paned_new()
Diffstat (limited to 'tests/testcalendar.c')
-rw-r--r--tests/testcalendar.c2
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 */