From 26e022ddb5a3f7caefce5e9c232b7d00bd382408 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 20 Dec 2007 10:27:56 +0000 Subject: Downloaded files show up in the journal with unprintable character #5581 --- (limited to 'downloadmanager.py') diff --git a/downloadmanager.py b/downloadmanager.py index 826d153..5d4a80d 100644 --- a/downloadmanager.py +++ b/downloadmanager.py @@ -164,7 +164,7 @@ class Download: self._stop_alert.connect('response', self.__stop_response_cb) self._stop_alert.show() - self._dl_jobject.metadata['title'] = _('File %s from\n%s.') % \ + self._dl_jobject.metadata['title'] = _('File %s from %s.') % \ (file_name, self._source.spec) self._dl_jobject.metadata['progress'] = '100' self._dl_jobject.file_path = self._target_file.path -- cgit v0.9.1