# HG changeset patch # User Dirk Olmes # Date 1411601620 -7200 # Node ID 4f8e85589dae9583e48a4d9387b824da130c8e8e # Parent 58bfa3d9f5a9c61a49f07c217a55ead52c16a39b update the host list after adding a new connection diff -r 58bfa3d9f5a9 -r 4f8e85589dae RemoteViewer/RemoteViewer.py --- a/RemoteViewer/RemoteViewer.py Thu Sep 25 01:29:00 2014 +0200 +++ b/RemoteViewer/RemoteViewer.py Thu Sep 25 01:33:40 2014 +0200 @@ -34,6 +34,7 @@ if success: connection = dialog.connection self.settings.addConnection(connection) + self.__initHostList() @ExceptionSafeSlot() def editConnection(self):