[gedit] win32: leave the cancellable defined
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] win32: leave the cancellable defined
- Date: Mon, 16 Jan 2012 17:39:03 +0000 (UTC)
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]