changeset 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 79bd0aff0bc2
files gtk/dw.c gtk3/dw.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Thu Sep 15 03:13:50 2011 +0000
+++ b/gtk/dw.c	Thu Sep 15 03:20:14 2011 +0000
@@ -8608,7 +8608,7 @@
       return DW_ERROR_GENERAL;
 
    pthread_mutex_lock (&(eve->mutex));
-   if(time != -1)
+   if(timeout != -1)
    {
       struct timeval now;
       struct timespec timeo;
--- 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;