diff --git a/src/zmapUtils/zmapXRemoteUtils.c b/src/zmapUtils/zmapXRemoteUtils.c
index f2bdd5947a205ca99a6b17e98ab9e55089835a15..3910590ba778886b6d90df0fac25c8eeaf7f4b23 100755
--- a/src/zmapUtils/zmapXRemoteUtils.c
+++ b/src/zmapUtils/zmapXRemoteUtils.c
@@ -27,9 +27,9 @@
  *
  * Exported functions: See XXXXXXXXXXXXX.h
  * HISTORY:
- * Last edited: Oct 20 10:37 2008 (rds)
+ * Last edited: Aug  5 08:21 2009 (edgrif)
  * Created: Tue Jul 10 09:09:53 2007 (rds)
- * CVS info:   $Id: zmapXRemoteUtils.c,v 1.6 2008-10-29 10:19:57 rds Exp $
+ * CVS info:   $Id: zmapXRemoteUtils.c,v 1.7 2009-08-14 10:00:33 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -62,7 +62,7 @@ static void destroy_property_notify_data(GtkWidget *widget, gpointer user_data);
 static void begin_handler(GtkWidget *widget, gpointer realize_data);
 static void end_handler(GtkWidget *widget, gpointer realize_data);
 
-static gboolean events_debug_G = FALSE;
+static gboolean events_debug_G = TRUE ;
 
 void zMapXRemoteInitialiseWidget(GtkWidget *widget, char *app, char *request, char *response, 
                                  ZMapXRemoteCallback callback, gpointer user_data)