From b06712803b73db3d04657e699ce17a3668151ae0 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 14 Feb 2011 17:35:14 +0100 Subject: really fixed #201 --- module/gui/MainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/gui') diff --git a/module/gui/MainWindow.py b/module/gui/MainWindow.py index ff54e8d76..51476f114 100644 --- a/module/gui/MainWindow.py +++ b/module/gui/MainWindow.py @@ -693,7 +693,7 @@ class MainWindow(QMainWindow): data = data[0].internalPointer() - self.connector.removeAccount(data["type"], data["login"]) + self.connector.removeAccount(data.type, data.login) def slotAccountContextMenu(self, pos): globalPos = self.tabs["accounts"]["view"].mapToGlobal(pos) -- cgit v1.2.3