Skip to content
Snippets Groups Projects
Commit e4a95362 authored by edgrif's avatar edgrif
Browse files

trivial change to var. name.

parent 68d4d0e0
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment