Compatibility with gtk 2.8, as well, for selection of the auto-completed region.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12373 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-01-16 20:30:00 +00:00
parent a2a0bfc1b1
commit ece31d81df
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-01-16 Joshua Sled <jsled@asynchronous.org>
* src/register/register-gnome/gnucash-sheet.c
(GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL): Compatibility with
gtk 2.8, as well, for selection of the auto-completed region.
2006-01-16 Derek Atkins <derek@ihtfp.com>
* configure.in: us AM_PATH_GWRAP properly. Exit configure on failure.

View File

@ -47,7 +47,8 @@
/* FIXME: at least broken on gtk 2.4.14 */
/* jsled: and 2.6.8 */
#define GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL (GTK_MINOR_VERSION > 6)
/* jsled: and 2.8.8 */
#define GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL (GTK_MINOR_VERSION > 8)
static guint gnucash_register_initial_rows = 15;