Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignacio@sugarlabs.org>2013-02-16 01:57:27 (GMT)
committer Ignacio Rodríguez <ignacio@sugarlabs.org>2013-02-16 01:57:27 (GMT)
commit8ffba057b2fd31ef1e08883aa804724106726f98 (patch)
treee9e703de7b50350e59027a668c59e0bba80d475d /activity.py
parentd16c0dd5c096a94f788e8c638077772d5857deed (diff)
Alert for download
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index 31294ee..d000a3f 100644
--- a/activity.py
+++ b/activity.py
@@ -3,6 +3,7 @@
# activity.py by:
# Agustin Zubiaga <aguz@sugarlabs.org>
+# Ignacio Rodríguez <ignacio@sugarlabs.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -73,6 +74,7 @@ class InstallActivity(activity.Activity):
downloads_list.set_tooltip(_("Show the downloads list"))
downloads_list.props.group = store_list
+
self.downloads_icon = DownloadsIcon()
downloads_list.set_icon_widget(self.downloads_icon)