4a234f089be336a40604bf7002b3811dc3dad308
kent
  Mon Aug 9 14:58:47 2010 -0700
Adding a trackHash parameter to a bunch of metadata routines so that they could find the track associated with a table.  Fixing clipping bug in hgTracks.c for multiWig labels when in non-overlay mode due to a special case that seems to be obsolete (did fair bit of testing to make sure it's not used.)
diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index b113efe..7e4da5f 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -2606,7 +2606,7 @@
 
 if (!isCustomTrack(tdb->track))
     {
-    extraUiLinks(database,tdb);
+    extraUiLinks(database,tdb,trackHash);
     printTrackUiLink(tdb);
     printDataVersion(tdb);
     printOrigAssembly(tdb);