Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PortfolioActivity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/PortfolioActivity.py b/PortfolioActivity.py
index c6d7565..bc21cf2 100644
--- a/PortfolioActivity.py
+++ b/PortfolioActivity.py
@@ -175,6 +175,8 @@ class PortfolioActivity(activity.Activity):
self._colors = profile.get_color().to_string().split(',')
self.initiating = None # sharing (True) or joining (False)
+ self._playing = False
+
self._width = gtk.gdk.screen_width()
self._height = gtk.gdk.screen_height()
self._scale = gtk.gdk.screen_height() / 900.