lowered copy priority to DEFAULT

This commit is contained in:
Goffi 2010-09-28 14:40:27 +08:00
parent 8e2a58fa2f
commit 8980b5899d
1 changed files with 1 additions and 1 deletions

2
gcp
View File

@ -274,7 +274,7 @@ class GCP():
return True
gobject.io_add_watch(source_fd,gobject.IO_IN,self._copyFile,
(dest_fd, options), priority=gobject.PRIORITY_HIGH)
(dest_fd, options), priority=gobject.PRIORITY_DEFAULT)
if not self.progress:
info(_("COPYING %(source)s ==> %(dest)s") % {"source":source_path.decode('utf-8','replace'),
"dest":dest_file.decode('utf-8','replace')})