From 8e2902eefc466c662bd7bef0533de05db0897c49 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 19 Jan 2013 18:42:33 -0500 Subject: Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2. Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()). --- e-util/test-calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/test-calendar.c') diff --git a/e-util/test-calendar.c b/e-util/test-calendar.c index 718c80e639..9d36e9027a 100644 --- a/e-util/test-calendar.c +++ b/e-util/test-calendar.c @@ -90,7 +90,7 @@ main (gint argc, target_table, G_N_ELEMENTS (target_table), GDK_ACTION_COPY | GDK_ACTION_MOVE); - vbox = gtk_vbox_new (FALSE, 0); + vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_box_pack_start (GTK_BOX (vbox), cal, TRUE, TRUE, 0); gtk_widget_show (vbox); -- cgit v1.2.3