diff options
-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); |