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 --- diff --git a/AUTHORS b/AUTHORS index d5b3a2f..3b54d62 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,9 @@ +Authors +======= + Contributors -============ -Aleksey Lim +------------ +Aleksey Lim C. Scott Ananian Dafydd Harries Dan Winship @@ -16,4 +19,4 @@ Tomeu Vizoso Maintainers ----------- -Aleksey Lim +Aleksey Lim 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