[Gnucash-changes] r12304 - gnucash/trunk/src - The GTK2.4 headers are missing a named constant.

David Hampton hampton at cvs.gnucash.org
Sun Jan 8 17:34:05 EST 2006


Author: hampton
Date: 2006-01-08 17:34:04 -0500 (Sun, 08 Jan 2006)
New Revision: 12304
Trac: http://svn.gnucash.org/trac/changeset/12304

Modified:
   gnucash/trunk/src/import-export/hbci/dialog-hbcitrans.c
   gnucash/trunk/src/register/register-gnome/gnucash-item-list.c
Log:
The GTK2.4 headers are missing a named constant.

Modified: gnucash/trunk/src/import-export/hbci/dialog-hbcitrans.c
===================================================================
--- gnucash/trunk/src/import-export/hbci/dialog-hbcitrans.c	2006-01-08 22:31:40 UTC (rev 12303)
+++ gnucash/trunk/src/import-export/hbci/dialog-hbcitrans.c	2006-01-08 22:34:04 UTC (rev 12304)
@@ -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,

Modified: gnucash/trunk/src/register/register-gnome/gnucash-item-list.c
===================================================================
--- gnucash/trunk/src/register/register-gnome/gnucash-item-list.c	2006-01-08 22:31:40 UTC (rev 12303)
+++ gnucash/trunk/src/register/register-gnome/gnucash-item-list.c	2006-01-08 22:34:04 UTC (rev 12304)
@@ -43,6 +43,9 @@
   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];



More information about the gnucash-changes mailing list