src/hg/hgTracks/goldTrack.c 1.5
1.5 2010/05/11 01:43:27 kent
Refactoring to split the trackDb.tableName field into separate track and table fields. Similarly track.mapName field goes to the same track and table fields.
Index: src/hg/hgTracks/goldTrack.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/goldTrack.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/hgTracks/goldTrack.c 3 Sep 2008 19:19:02 -0000 1.4
+++ src/hg/hgTracks/goldTrack.c 11 May 2010 01:43:27 -0000 1.5
@@ -120,9 +120,9 @@
frag->frag, frag->fragStart, frag->fragEnd,
frag->strand,
frag->chrom, frag->chromStart, frag->chromEnd);
- mapBoxHc(hvg, frag->chromStart, frag->chromEnd, x1,y,w,heightPer, tg->mapName,
+ mapBoxHc(hvg, frag->chromStart, frag->chromEnd, x1,y,w,heightPer, tg->track,
frag->frag, status);
}
++ix;
}