diff gtk3/dw.c @ 1156:03b6d9fdfac0

Fixed a typo on Unix... timeout not time.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 Sep 2011 03:20:14 +0000
parents e6a2f57c0842
children f86f556ff29d
line wrap: on
line diff
--- a/gtk3/dw.c	Thu Sep 15 03:13:50 2011 +0000
+++ b/gtk3/dw.c	Thu Sep 15 03:20:14 2011 +0000
@@ -7486,7 +7486,7 @@
       return DW_ERROR_GENERAL;
 
    pthread_mutex_lock (&(eve->mutex));
-   if(time != -1)
+   if(timeout != -1)
    {
       struct timeval now;
       struct timespec timeo;