Bug#342182: change gtk-workaround check to be more specific in face of evidence.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14162 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/register-rewrite
Joshua Sled 20 years ago
parent 22ce233d1b
commit a1b9dfe6c1

@ -1,3 +1,10 @@
2006-05-23 Joshua Sled <jsled@asynchronous.org>
* src/register/register-gnome/gnucash-sheet.c
(GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL): Change test to be
open-ended on the top, as we expect future GTKs will not allow
this either, as experience has shown. Should fix Bug#342182.
2006-05-22 Derek Atkins <derek@ihtfp.com>
* src/import-export/qif-import/*:

@ -48,7 +48,8 @@
/* FIXME: at least broken on gtk 2.4.14 */
/* jsled: and 2.6.8 */
/* jsled: and 2.8.8 */
#define GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL (GTK_MINOR_VERSION > 8)
/* jsled: and 2.9.{0,1}, as per http://bugzilla.gnome.org/show_bug.cgi?id=342182 */
#define GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL (GTK_MINOR_VERSION < 4)
static guint gnucash_register_initial_rows = 15;

Loading…
Cancel
Save