ce64eda054381e786ce5eab05eaca9c1b12f902e larrym Mon May 14 20:01:57 2012 -0700 menuBar => printMenuBar to fix name collision with some new code diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index f3bf3c3..d8f98b0 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -1324,24 +1324,24 @@ /* Tracks with remote data sources should berendered via an ajax callback */ #else//ifndef #define REMOTE_TRACK_HEIGHT 0 #define trackShouldUseAjaxRetrieval(track) FALSE #endif//ndef REMOTE_TRACK_AJAX_CALLBACK int gCmpPriority(const void *va, const void *vb); /* Compare groups based on priority. */ int tgCmpPriority(const void *va, const void *vb); /* Compare to sort based on priority; use shortLabel as secondary sort key. */ -void menuBar(); +void printMenuBar(); /* Put up the menu bar. */ #define measureTime uglyTime #define SUPPORT_CONTENT_TYPE 1 #endif /* HGTRACKS_H */