From e4a9536203c05d197015c97bc7fba1202e2dbddd Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Fri, 9 Mar 2007 11:38:22 +0000
Subject: [PATCH] trivial change to var. name.

---
 src/zmapApp/zmapAppconnect.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/zmapApp/zmapAppconnect.c b/src/zmapApp/zmapAppconnect.c
index bd25991e7..45c7d50e5 100755
--- a/src/zmapApp/zmapAppconnect.c
+++ b/src/zmapApp/zmapAppconnect.c
@@ -25,9 +25,9 @@
  * Description: 
  * Exported functions: See zmapApp_P.h
  * HISTORY:
- * Last edited: Nov 15 12:04 2006 (edgrif)
+ * Last edited: Mar  8 17:09 2007 (edgrif)
  * Created: Thu Jul 24 14:36:37 2003 (edgrif)
- * CVS info:   $Id: zmapAppconnect.c,v 1.17 2006-11-15 16:47:45 edgrif Exp $
+ * CVS info:   $Id: zmapAppconnect.c,v 1.18 2007-03-09 11:38:22 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -142,7 +142,7 @@ void zmapAppCreateZMap(ZMapAppContext app_context, char *sequence, int start, in
       if (add_result == ZMAPMANAGER_ADD_NOTCONNECTED)
 	zMapWarning("%s", "ZMap added but could not connect to server, try \"Reload\".") ;
 
-      zMapSetClient(zmap, app_context->xremoteClient);
+      zMapSetClient(zmap, app_context->xremote_client);
       gtk_tree_store_append (app_context->tree_store_widg, &iter1, NULL);
       gtk_tree_store_set (app_context->tree_store_widg, &iter1,
                           ZMAPID_COLUMN, zMapGetZMapID(zmap),
-- 
GitLab