diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-20 21:12:27 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-20 21:12:27 +0200 |
commit | 56a143ee8ef14dd5b66f2fc45cbfd7b24c60ca17 (patch) | |
tree | 33ec85e389c95815a364454f7f009ee799078ac9 | |
parent | 700fb19d2d0f229ad20d76e5978d70b922dba1c9 (diff) |
FIX remove setting gtk button layout on non gtk_button part
-rw-r--r-- | shell/report.c | 2 |
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); |