Mercurial > gcp
changeset 13:894530949e30
lowered copy priority to DEFAULT
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Sep 2010 14:40:27 +0800 |
parents | bbe09d5791dd |
children | 21b38ed339a4 |
files | gcp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gcp Tue Sep 28 14:24:18 2010 +0800 +++ b/gcp Tue Sep 28 14:40:27 2010 +0800 @@ -274,7 +274,7 @@ 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')})