From d31e1d236d10cf76de4ba17ebc5a204cbb443286 Mon Sep 17 00:00:00 2001 From: Arnukk Date: Thu, 21 Nov 2013 12:11:36 +0400 Subject: [PATCH] Finalizing Implementation. --- src/bitmessageqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessageqt/__init__.py b/src/bitmessageqt/__init__.py index 1085dc84..a931c78d 100644 --- a/src/bitmessageqt/__init__.py +++ b/src/bitmessageqt/__init__.py @@ -224,7 +224,7 @@ class MyForm(QtGui.QMainWindow): QtCore.QObject.connect(self.timer, QtCore.SIGNAL("timeout()"), self.runEveryTwoSeconds) #Sent and Inbox Tabs - QtCore.QObject.connect(self.ui.tabWidget, QtCore.SIGNAL("currentChanged(int)"), self.ReloadOnlyInboxTable) + QtCore.QObject.connect(self.ui.tabWidget, QtCore.SIGNAL("currentChanged(int)"), self.ReloadInboxSentTables) # FILE MENU and other buttons QtCore.QObject.connect(self.ui.actionExit, QtCore.SIGNAL( "triggered()"), self.quit)