summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-12 15:14:32 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-12 15:14:32 +0000
commit437de1aa07a5d29138f6d9451234c8f478d1ddbf (patch)
tree22e7652386aca4797d9f42f8636b410180a66d33 /gtk
parente4fcae9b5dbf7b6051841342b399fc9794f897f4 (diff)
downloadgtk+-437de1aa07a5d29138f6d9451234c8f478d1ddbf.tar.gz
Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in an
Thu Dec 12 10:12:39 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktextview.c: Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in an accidental commit.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktextview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 6b7c6c8e54..b378265c7b 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -81,7 +81,7 @@
*
*/
-#if 1
+#if 0
#define DEBUG_VALIDATION_AND_SCROLLING
#endif