Browse Source

NSM: Reactivate GUI if server becomes available again.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
f137629b93
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      session-manager/src/session-manager.C

+ 5
- 0
session-manager/src/session-manager.C View File

@@ -883,6 +883,11 @@ public:
fl_alert( "Server is not responding..." ); fl_alert( "Server is not responding..." );
} }
} }
else
{
if ( !active() )
activate();
}
} }
} }


Loading…
Cancel
Save