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()). --- mail/importers/elm-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/importers/elm-importer.c') diff --git a/mail/importers/elm-importer.c b/mail/importers/elm-importer.c index 8722a8d561..6a20bf4120 100644 --- a/mail/importers/elm-importer.c +++ b/mail/importers/elm-importer.c @@ -326,7 +326,7 @@ elm_getwidget (EImport *ei, g_datalist_set_data ( &target->data, "elm-do-mail", GINT_TO_POINTER (TRUE)); - box = gtk_vbox_new (FALSE, 2); + box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2); w = gtk_check_button_new_with_label (_("Mail")); gtk_toggle_button_set_active ((GtkToggleButton *) w, TRUE); -- cgit v1.2.3