[gvfs] client: Fix usage of incorrect enum constant



commit e1fb4516d5a3cc222f5bcc629ea0c509b7934ebd
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Wed Oct 23 08:20:19 2013 +0200

    client: Fix usage of incorrect enum constant
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710698

 client/gdaemonfileoutputstream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gdaemonfileoutputstream.c b/client/gdaemonfileoutputstream.c
index ece1d2e..e180486 100644
--- a/client/gdaemonfileoutputstream.c
+++ b/client/gdaemonfileoutputstream.c
@@ -1149,7 +1149,7 @@ iterate_query_state_machine (GDaemonFileOutputStream *file,
          g_string_truncate (file->input_buffer, 0);
          
          /* This wasn't interesting, read next reply */
-         op->state = SEEK_STATE_HANDLE_INPUT;
+         op->state = QUERY_STATE_HANDLE_INPUT;
          break;
 
        default:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]