Messaging menu opens inbox

This commit is contained in:
fuzzgun 2013-05-11 18:30:49 +01:00
parent 9e21a980cc
commit 415762d4e4
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ class MyForm(QtGui.QMainWindow):
self.setWindowState(self.windowState() & QtCore.Qt.WindowMaximized)
# Show the program window and select inbox tab
def appIndicatorInbox(self):
def appIndicatorInbox(self, mm_app, source_id):
self.appIndicatorShow()
self.ui.tabWidget.setCurrentIndex(0)