added next view shortcut to linux

This commit is contained in:
jeena 2013-04-09 22:48:21 +02:00
parent cf4e3386e7
commit 3cda481255
4 changed files with 35 additions and 2 deletions

View file

@ -89,7 +89,10 @@ class Bungloo:
self.oauth_implementation.log_out()
self.timeline.hide()
self.preferences.show()
self.timeline.evaluateJavaScript("bungloo.sidebar.logout()")
self.timeline.evaluateJavaScript("bungloo.sidebar.logout();")
def next_show(self):
self.timeline.evaluateJavaScript("bungloo.sidebar.showContentForNext();")
class Controller(QtCore.QObject):