Revision: 6664
Author: ek.kato
Date: Tue Aug  3 06:49:11 2010
Log: * Merge r6661:6663 from trunk.

http://code.google.com/p/uim/source/detail?r=6664

Modified:
 /branches/1.6/scm/fileio.scm

=======================================
--- /branches/1.6/scm/fileio.scm        Tue Jul 20 03:49:16 2010
+++ /branches/1.6/scm/fileio.scm        Tue Aug  3 06:49:11 2010
@@ -238,7 +238,7 @@
(uim-notify-fatal (format "~a: '~a'" (N_ "poll error") (posix-error-string)))
            #f)
           ((null? ret)
-           (uim-notify-info (N_ "timeout"))
+           ;;(uim-notify-info (N_ "timeout"))
            #f)
           (else
            ret))))

Reply via email to