Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-11 13:12:43 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-11 13:12:43 (GMT)
commit4962315d6442759076f231f5982f7663bafc5d9c (patch)
tree1060db09ede1625e3239e5dc507b65a684e5625b /chat.py
parentfc2602b8797b772c1bf6716c47609c1a4d309984 (diff)
Revert more debug code
Diffstat (limited to 'chat.py')
-rw-r--r--chat.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/chat.py b/chat.py
index 2aed7c2..49941c3 100644
--- a/chat.py
+++ b/chat.py
@@ -52,8 +52,6 @@ class Chat(Activity):
self.set_title('Chat')
- self.connect('notify::active', self._a)
-
root = self.make_root()
self.set_canvas(root)
root.show_all()
@@ -89,9 +87,6 @@ class Chat(Activity):
self._buddy_icon(self.owner), _('Share, or invite someone.'),
status_message=True)
- def _a(self, activity, pspec):
- print self.props.active
-
def _shared_cb(self, activity):
logger.debug('Chat was shared')
self._setup()