mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
The GTK2.4 headers are missing a named constant.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12304 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
|
||||
#define TEMPLATE_LABEL "template"
|
||||
|
||||
#ifndef HAVE_GLIB26
|
||||
#define GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID -2
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
TEMPLATE_NAME,
|
||||
TEMPLATE_POINTER,
|
||||
|
||||
@@ -43,6 +43,9 @@ enum {
|
||||
LAST_SIGNAL
|
||||
};
|
||||
|
||||
#ifndef HAVE_GLIB26
|
||||
#define GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID -2
|
||||
#endif
|
||||
|
||||
static GnomeCanvasWidgetClass *gnc_item_list_parent_class;
|
||||
static guint gnc_item_list_signals[LAST_SIGNAL];
|
||||
|
||||
Reference in New Issue
Block a user