mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
a2a0bfc1b1
commit
ece31d81df
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user