[gedit] win32: leave the cancellable defined



commit cc49f1301d7efc2993ab95aae76f44392abe1798
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jan 16 18:41:22 2012 +0100

    win32: leave the cancellable defined
    
    It will be NULL anyway and it will avoid us to make more ifdefs

 gedit/gedit-dbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-dbus.c b/gedit/gedit-dbus.c
index 61e9700..72a79c9 100644
--- a/gedit/gedit-dbus.c
+++ b/gedit/gedit-dbus.c
@@ -105,8 +105,8 @@ struct _GeditDBusPrivate
 	GeditFifo *stdin_fifo;
 	GInputStream *stdin_in_stream;
 	GOutputStream *stdin_out_stream;
-	GCancellable *stdin_cancellable;
 #endif
+	GCancellable *stdin_cancellable;
 };
 
 G_DEFINE_TYPE (GeditDBus, gedit_dbus, G_TYPE_OBJECT)



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