Comment 3 for bug 210217

Revision history for this message
Fredrik Ullner (ullner) wrote :

Adds a column to the Favorite Hubs window, "Status". The column will specify:
a) "Connected" - Connected hubs
b) "Disconnected" - Hubs that have a tab open but is disconnected
c) Nothing - Hubs that don't fall in the above two categories

Some notes on the patch: I added a function isConnected() in ClientManager, as the previous function did not check if the hub was actually connected or disconnected.