From 158b56c0cb3cd0d60d391e0d7a9526a3fd9171f5 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 22 Aug 2011 13:47:58 +0000 Subject: Do not override NotImplementedError handle_view_source method to not break shell behaviour --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 05b7558..7d239cc 100644 --- a/activity.py +++ b/activity.py @@ -114,9 +114,6 @@ class Chat(activity.Activity): self._alert(_('Off-line'), _('Share, or invite someone.')) self.connect('shared', self._shared_cb) - def handle_view_source(self): - pass - def _create_pallete_smiley_table(self): row_count = int(math.ceil(len(smilies.THEME) / float(SMILIES_COLUMNS))) table = gtk.Table(rows=row_count, columns=SMILIES_COLUMNS) -- cgit v0.9.1