Disable the pubsub.louiz.org browser

This commit is contained in:
mathieui 2011-09-12 20:21:32 +02:00
parent 7fd3f9b0fa
commit 455a2746bc
2 changed files with 1 additions and 2 deletions

View file

@ -144,7 +144,7 @@ class Core(object):
'M-z': self.go_to_previous_tab,
'^L': self.full_screen_redraw,
'M-j': self.go_to_room_number,
'M-c': self.coucou,
# 'M-c': self.coucou,
}
# Add handlers

View file

@ -158,7 +158,6 @@ class PubsubBrowserTab(tabs.Tab):
self.server = server
self.nodes = [] # the lower level of nodes
self.tab_win = windows.GlobalInfoBar()
self.upper_message = windows.Topic()
self.set_info_message('Loading')