From 53fac914c01f354475c36996d33e3a6245c476fd Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 17 Aug 2021 15:30:44 -0700 Subject: [PATCH] Re-enable connecting the buttons on the Stylesheet Edit select dialog. --- gnucash/gnome/dialog-report-style-sheet.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnucash/gnome/dialog-report-style-sheet.cpp b/gnucash/gnome/dialog-report-style-sheet.cpp index b56564a4c9..e92bf4a100 100644 --- a/gnucash/gnome/dialog-report-style-sheet.cpp +++ b/gnucash/gnome/dialog-report-style-sheet.cpp @@ -73,13 +73,14 @@ enum COLUMN_DIALOG, N_COLUMNS }; - +extern "C" // So that gtk_builder_connect_full can find them. +{ void gnc_style_sheet_select_dialog_new_cb (GtkWidget *widget, gpointer user_data); void gnc_style_sheet_select_dialog_edit_cb (GtkWidget *widget, gpointer user_data); void gnc_style_sheet_select_dialog_delete_cb (GtkWidget *widget, gpointer user_data); void gnc_style_sheet_select_dialog_close_cb (GtkWidget *widget, gpointer user_data); void gnc_style_sheet_select_dialog_destroy_cb (GtkWidget *widget, gpointer user_data); - +} /************************************************************ * Style Sheet Edit Dialog (I.E. an options dialog) * ************************************************************/