Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FActivity.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-00-CE-12.localdomain>2007-06-25 21:51:33 (GMT)
committer amartin <olpc@xo-00-CE-12.localdomain>2007-06-25 21:51:33 (GMT)
commitccb46f528e1e6719d93f136c000d2f6927e0c724 (patch)
tree4e776ada3b268349432fbab4f96a1f935d367c8d /FActivity.py
parent28185285179f3e3579514e1122d80fa5288f8927 (diff)
network
Diffstat (limited to 'FActivity.py')
-rw-r--r--FActivity.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/FActivity.py b/FActivity.py
index 2708a05..d24985f 100644
--- a/FActivity.py
+++ b/FActivity.py
@@ -6,4 +6,6 @@ import gtk
class FakeActivity(gtk.Window):
def __init__(self, handle):
- gtk.Window.__init__(self) \ No newline at end of file
+ gtk.Window.__init__(self)
+
+ self._shared_activity = None