From f456d0970a5b09ecb908d3a43688f9fcceb6f49e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 17 Oct 2013 15:08:23 +0000 Subject: [PATCH] Prevent crash due to accessing a non-existent gsettings schema git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23299 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/report-gnome/gnc-plugin-page-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report/report-gnome/gnc-plugin-page-report.c b/src/report/report-gnome/gnc-plugin-page-report.c index 1472003b97..d2b456c5fc 100644 --- a/src/report/report-gnome/gnc-plugin-page-report.c +++ b/src/report/report-gnome/gnc-plugin-page-report.c @@ -1613,7 +1613,7 @@ static GncInvoice *lookup_invoice(GncPluginPageReportPrivate *priv) "Invoice Number", NULL); } -#define GNC_PREFS_GROUP_REPORT_PDFEXPORT GNC_PREFS_GROUP_GENERAL_REPORT "/pdf-export" +#define GNC_PREFS_GROUP_REPORT_PDFEXPORT GNC_PREFS_GROUP_GENERAL_REPORT ".pdf-export" #define GNC_PREF_FILENAME_DATE_FMT "filename-date-format" #define GNC_PREF_FILENAME_FMT "filename-format"