Fix double definition of gnc-build-dotgnucash-path

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22669 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens
2012-12-18 10:25:49 +00:00
parent 174157f3c1
commit b1c50db501
3 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,9 @@ gchar * gnc_path_get_stdreportsdir(void);
%newobject gnc_path_find_localized_html_file;
gchar * gnc_path_find_localized_html_file(const gchar *);
%newobject gnc_build_dotgnucash_path;
gchar * gnc_build_dotgnucash_path(const gchar *);
gchar * gnc_build_report_path(const gchar *);
gchar * gnc_build_stdreports_path(const gchar *);

View File

@@ -81,7 +81,6 @@ functions. */
%newobject xaccSplitGetCorrAccountFullName;
%newobject gnc_numeric_to_string;
%newobject gnc_build_dotgnucash_path;
%newobject gnc_build_book_path;
/* Parse the header file to generate wrappers */
@@ -139,7 +138,6 @@ KvpFrame* qof_book_get_slots(QofBook* book);
Timespec timespecCanonicalDayTime(Timespec t);
gchar * gnc_build_dotgnucash_path (const gchar *filename);
gchar * gnc_build_book_path (const gchar *filename);
%include <gnc-budget.h>

View File

@@ -11,6 +11,7 @@
(use-modules (srfi srfi-1))
(use-modules (srfi srfi-19))
(use-modules (gnucash gnc-module))
(use-modules (gnucash core-utils))
(gnc:module-load "gnucash/engine" 0)
(gnc:module-load "gnucash/app-utils" 0)