[gedit] Minor fix.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit] Minor fix.
- Date: Sat, 30 Jan 2010 15:46:55 +0000 (UTC)
commit b9b8cac44a746215cd84bbb4ca8a8c4ca31083e3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Jan 30 16:46:18 2010 +0100
Minor fix.
gedit/gedit-window-private.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gedit/gedit-window-private.h b/gedit/gedit-window-private.h
index f577438..399433a 100644
--- a/gedit/gedit-window-private.h
+++ b/gedit/gedit-window-private.h
@@ -111,12 +111,12 @@ struct _GeditWindowPrivate
GFile *default_location;
- gboolean removing_tabs : 1;
- gboolean dispose_has_run : 1;
-
#ifdef OS_OSX
IgeMacMenuGroup *mac_menu_group;
#endif
+
+ gboolean removing_tabs : 1;
+ gboolean dispose_has_run : 1;
};
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]