mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
need to #include gkeyfile.h if we don't have glib26.
* src/gnome-utils/gnc-tree-view-account.c: * src/gnome/gnc-plugin-page-budget.c: need to #include gkeyfile.h if we don't have glib26. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12236 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
93d345be49
commit
98f3494c27
@ -1,3 +1,9 @@
|
||||
2006-01-02 Derek Atkine <derek@ihtfp.com>
|
||||
|
||||
* src/gnome-utils/gnc-tree-view-account.c:
|
||||
* src/gnome/gnc-plugin-page-budget.c:
|
||||
need to #include gkeyfile.h if we don't have glib26.
|
||||
|
||||
2006-01-02 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-tree-view.c: Use the right function to hide
|
||||
|
@ -28,6 +28,10 @@
|
||||
#include <glib/gi18n.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef HAVE_GLIB26
|
||||
#include "gkeyfile.h"
|
||||
#endif
|
||||
|
||||
#include "gnc-tree-view.h"
|
||||
#include "gnc-tree-model-account.h"
|
||||
#include "gnc-tree-model-account-types.h"
|
||||
|
@ -38,6 +38,10 @@
|
||||
#include <glib/gi18n.h>
|
||||
#include <glade/glade.h>
|
||||
|
||||
#ifndef HAVE_GLIB26
|
||||
#include "gkeyfile.h"
|
||||
#endif
|
||||
|
||||
#include "gnc-plugin-page-register.h"
|
||||
#include "gnc-budget.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user