[Gnucash-changes] r14335 - gnucash/branches/deprecated-cleanup/src/gnome - Reduce the number of extraneous errors when compiling with the

David Hampton hampton at cvs.gnucash.org
Mon Jun 5 21:52:03 EDT 2006


Author: hampton
Date: 2006-06-05 21:52:02 -0400 (Mon, 05 Jun 2006)
New Revision: 14335
Trac: http://svn.gnucash.org/trac/changeset/14335

Modified:
   gnucash/branches/deprecated-cleanup/src/gnome/dialog-scheduledxaction.h
Log:
Reduce the number of extraneous errors when compiling with the
GTK_DISABLE_DEPRECATED flag turned on.


Modified: gnucash/branches/deprecated-cleanup/src/gnome/dialog-scheduledxaction.h
===================================================================
--- gnucash/branches/deprecated-cleanup/src/gnome/dialog-scheduledxaction.h	2006-06-05 13:41:55 UTC (rev 14334)
+++ gnucash/branches/deprecated-cleanup/src/gnome/dialog-scheduledxaction.h	2006-06-06 01:52:02 UTC (rev 14335)
@@ -42,10 +42,12 @@
 
 SchedXactionDialog * gnc_ui_scheduled_xaction_dialog_create(void);
 void gnc_ui_scheduled_xaction_dialog_destroy(SchedXactionDialog *sxd);
+#ifdef __GTK_CLIST_H__
 void row_select_handler( GtkCList *clist, gint row, gint col,
                          GdkEventButton *event, gpointer d );
 void row_unselect_handler( GtkCList *clist, gint row, gint col,
                          GdkEventButton *event, gpointer d );
+#endif
 
 void gnc_sxd_list_refresh( SchedXactionDialog *sxd );
 



More information about the gnucash-changes mailing list