Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-23 17:47:01 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-23 17:47:01 (GMT)
commit92280c85038e453334a27a262e7c1272cfb57593 (patch)
treeb01cc1a16c17af849c9d55bffecbd067d60c7317 /sugar
parentb9734f4da366f9bd539ceb60bc81f51cf389224d (diff)
Remove notify_new.. again, bad dcbw
Diffstat (limited to 'sugar')
-rwxr-xr-xsugar/chat/chat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar/chat/chat.py b/sugar/chat/chat.py
index 8d3c3c3..0a165fd 100755
--- a/sugar/chat/chat.py
+++ b/sugar/chat/chat.py
@@ -445,7 +445,6 @@ class BuddyChat(Chat):
def recv_message(self, sender, msg):
Chat.recv_message(self, self._buddy, msg)
- self._controller.notify_new_message(self, self._buddy)
def activity_on_close_from_user(self):
Chat.activity_on_close_from_user(self)