1e764da505c90a8f0a99d8ce79d3b225f0d6eb55 braney Mon Jul 18 18:23:06 2011 -0700 fixes to problems in #4627 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 48c883f..47a83bf 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -70,41 +70,41 @@ " "); // count up the number of unlisted hubs we currently have int count = 0; struct hubConnectStatus *hub, *hubList = hubConnectStatusListFromCartAll(cart); for(hub = hubList; hub; hub = hub->next) { if (isHubUnlisted(hub)) count++; } if (count == 0) { // nothing to see here printf( - "
Active? | " + "Display | " "Hub Name | " "Description | " "URL | " "
---|---|---|---|---|