Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-07-22 14:21:48 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-07-22 14:21:48 (GMT)
commit3b4eebae364ea7c5bbc6e742fa120b10db877319 (patch)
treeb5433c0189790fc17298c0231dc440ed4fd4cce2 /src
parenta9c4077cde2ac593c4dc944a165e7765e6b26c43 (diff)
Abort if theres an error when retrieving activities (silbe) #1059
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/desktop/favoritesview.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/desktop/favoritesview.py b/src/jarabe/desktop/favoritesview.py
index 30e83a9..4037fae 100644
--- a/src/jarabe/desktop/favoritesview.py
+++ b/src/jarabe/desktop/favoritesview.py
@@ -446,6 +446,7 @@ class ActivityIcon(CanvasIcon):
def __get_last_activity_async_cb(self, entries, error=None):
if error is not None:
logging.error('Error retrieving most recent activities: %r' % error)
+ return
# If there's a problem with the DS index, we may get entries not related
# to this activity.