Don't crash when starting proxy fails

This commit is contained in:
Latif Khalifa
2013-12-04 16:04:18 +01:00
parent c30624a1e1
commit aeaf17d470
3 changed files with 21 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ namespace GridProxyGUI
Model = Messages = new ListStore(typeof(Session));
HeadersVisible = true;
Selection.Mode = SelectionMode.Multiple;
ShowAll();
}