Mercurial > hg > RemoteViewer
changeset 18:4f8e85589dae
update the host list after adding a new connection
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 25 Sep 2014 01:33:40 +0200 |
parents | 58bfa3d9f5a9 |
children | a949d4849c6a |
files | RemoteViewer/RemoteViewer.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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):