From 8980b5899d775fc3e4a577b27d2f9a835bd7676b Mon Sep 17 00:00:00 2001 From: Goffi Date: Tue, 28 Sep 2010 14:40:27 +0800 Subject: [PATCH] lowered copy priority to DEFAULT --- gcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp b/gcp index cb59646..35500cd 100755 --- a/gcp +++ b/gcp @@ -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')})