aboutsummaryrefslogtreecommitdiff
path: root/shell/report.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-05-20 21:12:27 +0200
committerhwspeedy <ns@bigbear.dk>2024-05-20 21:12:27 +0200
commit56a143ee8ef14dd5b66f2fc45cbfd7b24c60ca17 (patch)
tree33ec85e389c95815a364454f7f009ee799078ac9 /shell/report.c
parent700fb19d2d0f229ad20d76e5978d70b922dba1c9 (diff)
FIX remove setting gtk button layout on non gtk_button part
Diffstat (limited to 'shell/report.c')
-rw-r--r--shell/report.c2
1 files changed, 0 insertions, 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);