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/peakClusters.c src/hg/hgc/peakClusters.c
index e38f252..6ad63e6 100644
--- src/hg/hgc/peakClusters.c
+++ src/hg/hgc/peakClusters.c
@@ -97,7 +97,7 @@
     }
 webPrintLinkCellStart();
 printf("%s ", tdb->longLabel);
-compositeMetadataToggle(database, tdb, "...", TRUE, FALSE);
+compositeMetadataToggle(database, tdb, "...", TRUE, FALSE, trackHash);
 webPrintLinkCellEnd();
 }