Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/listview.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/journal/listview.py')
-rw-r--r--src/jarabe/journal/listview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/listview.py b/src/jarabe/journal/listview.py
index 01ec8b1..323da8d 100644
--- a/src/jarabe/journal/listview.py
+++ b/src/jarabe/journal/listview.py
@@ -357,7 +357,7 @@ class BaseListView(gtk.HBox):
if selection.target == 'text/uri-list':
# Get hold of a reference so the temp file doesn't get deleted
self._temp_file_path = model.get_file(metadata)
- selection.set(selection.target, 8, file_path)
+ selection.set(selection.target, 8, self._temp_file_path)
elif selection.target == 'journal-object-id':
selection.set(selection.target, 8, metadata['uid'])