Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1259


Ignore:
Timestamp:
03/05/09 16:54:36 (15 years ago)
Author:
whackl
Message:

fixed some bugs (#468)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs

    r1258 r1259  
    251251        UpdateGraph(sc.Jobs);
    252252
    253         if (sc.Status == NetworkEnumWcfConnState.Connected) {
     253        if (sc.Status == NetworkEnumWcfConnState.Connected || sc.Status == NetworkEnumWcfConnState.Loggedin) {
    254254          btConnect.Enabled = false;
    255255          btnDisconnect.Enabled = true;
     
    265265          lbCs.Text = String.Empty;
    266266        }
     267
     268        cccc.GetCurrentConnection();
    267269      } else {
    268270        refreshTimer.Stop();
Note: See TracChangeset for help on using the changeset viewer.