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:
David Hampton
2006-01-08 22:34:04 +00:00
parent 7853ce804d
commit 89db6572b1
2 changed files with 7 additions and 0 deletions

View File

@@ -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,

View File

@@ -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];