[Gnucash-changes] r12373 - gnucash/trunk - Compatibility with gtk 2.8, as well, for selection of the auto-completed region.

Joshua Sled jsled at cvs.gnucash.org
Mon Jan 16 16:26:08 EST 2006


Author: jsled
Date: 2006-01-16 16:26:07 -0500 (Mon, 16 Jan 2006)
New Revision: 12373
Trac: http://svn.gnucash.org/trac/changeset/12373

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/register/register-gnome/gnucash-sheet.c
Log:
Compatibility with gtk 2.8, as well, for selection of the auto-completed region.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-16 21:17:48 UTC (rev 12372)
+++ gnucash/trunk/ChangeLog	2006-01-16 21:26:07 UTC (rev 12373)
@@ -1,3 +1,9 @@
+2006-01-16  Joshua Sled  <jsled at 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 at ihtfp.com>
 
 	* configure.in: us AM_PATH_GWRAP properly. Exit configure on failure.

Modified: gnucash/trunk/src/register/register-gnome/gnucash-sheet.c
===================================================================
--- gnucash/trunk/src/register/register-gnome/gnucash-sheet.c	2006-01-16 21:17:48 UTC (rev 12372)
+++ gnucash/trunk/src/register/register-gnome/gnucash-sheet.c	2006-01-16 21:26:07 UTC (rev 12373)
@@ -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;
 



More information about the gnucash-changes mailing list