From 56a143ee8ef14dd5b66f2fc45cbfd7b24c60ca17 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Mon, 20 May 2024 21:12:27 +0200 Subject: FIX remove setting gtk button layout on non gtk_button part --- shell/report.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/report.c b/shell/report.c index 9c18610a..1f4b33ae 100644 --- a/shell/report.c +++ b/shell/report.c @@ -1247,8 +1247,6 @@ static ReportDialog dialog1_action_area = GTK_DIALOG(dialog)->action_area; #endif gtk_widget_show(dialog1_action_area); - gtk_button_box_set_layout(GTK_BUTTON_BOX(dialog1_action_area), - GTK_BUTTONBOX_END); button8 = gtk_button_new_with_mnemonic(_("_Cancel")); gtk_widget_show(button8); -- cgit v1.2.3