Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/photo_toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'photo_toolbar.py')
-rw-r--r--photo_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/photo_toolbar.py b/photo_toolbar.py
index 94428f2..1ed1ece 100644
--- a/photo_toolbar.py
+++ b/photo_toolbar.py
@@ -186,7 +186,7 @@ class ActivityToolbar(gtk.Toolbar):
self._activity.copy()
def __stop_clicked_cb(self, button):
- self._activity.close()
+ self._activity.stop()
def __jobject_updated_cb(self, jobject):
self.title.set_text(jobject['title'])