Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pytoolbar.py
diff options
context:
space:
mode:
authorroot <root@ghunt-desktop.(none)>2010-10-30 19:36:14 (GMT)
committer root <root@ghunt-desktop.(none)>2010-10-30 19:36:14 (GMT)
commit966312ba98d729177238f4663d789a789663eb2e (patch)
treee39e90f5699170b3cc05e03fdd8b2e05110d9498 /pytoolbar.py
parent7e0dfb3e1df6ffa0194048d93ac4f55df00107a0 (diff)
start working on release 7, include all new files, breakpoints still need work
Diffstat (limited to 'pytoolbar.py')
-rw-r--r--pytoolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytoolbar.py b/pytoolbar.py
index 099ef4f..9a2e5c6 100644
--- a/pytoolbar.py
+++ b/pytoolbar.py
@@ -48,12 +48,12 @@ class ActivityToolbar(gtk.Toolbar):
self._activity = activity
self._updating_share = False
-
+ """
activity.connect('shared', self.__activity_shared_cb)
activity.connect('joined', self.__activity_shared_cb)
activity.connect('notify::max_participants',
self.__max_participants_changed_cb)
-
+ """
#if activity.metadata:
if True:
self.title = gtk.Entry()