(self)
| 909 | |
| 910 | # Show the program window and select channels tab |
| 911 | def appIndicatorChannel(self): |
| 912 | self.appIndicatorShow() |
| 913 | self.ui.tabWidget.setCurrentIndex( |
| 914 | self.ui.tabWidget.indexOf(self.ui.chans) |
| 915 | ) |
| 916 | |
| 917 | def updateUnreadStatus(self, widget, row, msgid, unread=True): |
| 918 | """ |
nothing calls this directly
no test coverage detected