Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/intro/intro.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/intro/intro.py')
-rw-r--r--shell/intro/intro.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/intro/intro.py b/shell/intro/intro.py
index 55aa135..cdcc2a3 100644
--- a/shell/intro/intro.py
+++ b/shell/intro/intro.py
@@ -143,7 +143,8 @@ class VideoBox(hippo.CanvasBox, hippo.CanvasItem):
self._img_widget.props.widget = self._img
if not has_webcam:
- path = os.path.join(env.get_data_dir(),'default-picture.png')
+ path = os.path.join(os.path.dirname(__file__),
+ 'default-picture.png')
self._video.load_image(path)
def _clear_image_cb(self, widget, event):