r18433 - gnucash/trunk/src/gnome - Fix too-new gtk_dialog_get_content_area function of r18413:

Christian Stimming cstim at code.gnucash.org
Sun Nov 22 15:05:50 EST 2009


Author: cstim
Date: 2009-11-22 15:05:46 -0500 (Sun, 22 Nov 2009)
New Revision: 18433
Trac: http://svn.gnucash.org/trac/changeset/18433

Modified:
   gnucash/trunk/src/gnome/dialog-tax-info.c
Log:
Fix too-new gtk_dialog_get_content_area function of r18413:

Patch by J. Alex Aycinena:

‘gtk_dialog_get_content_area’ is from GTK version 2.14. The attached
patch uses the prior '(GTK_DIALOG(dialog)->vbox)' in place of
'gtk_dialog_get_content_area (GTK_DIALOG (dialog))' and compiled
successfully on my GTK version 2.16 and the application operated
properly.



More information about the gnucash-patches mailing list