From 455a2746bccde8c2632f2603df7eb717f87aff3f Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 12 Sep 2011 20:21:32 +0200 Subject: Disable the pubsub.louiz.org browser --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index 845c1e03..92a644be 100644 --- a/src/core.py +++ b/src/core.py @@ -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 -- cgit v1.2.3