Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 3cd79a6..92cb0c8 100644
--- a/activity.py
+++ b/activity.py
@@ -176,7 +176,7 @@ class HNDViewer(activity.Activity):
else:
# We don't found the image
image = GdkPixbuf.Pixbuf.new_from_file_at_size(
- '/home/aguz/hey.png',
+ 'icons/activities-list.svg',
style.XLARGE_ICON_SIZE * 2,
style.XLARGE_ICON_SIZE * 2)