Messaging menu opens inbox
This commit is contained in:
parent
9e21a980cc
commit
415762d4e4
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user