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:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-04 15:01:29 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-01-04 15:01:29 (GMT)
commit7aa2e148538518a611f8c375899355f5869edcfa (patch)
treec92841c75567f7c76474d45a361028ff0f3aa934 /src/jarabe/journal/listview.py
parent6e0baaa973d2320f80258d1872d13dfa0f04771e (diff)
Misc pylint fixes
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'])