aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-backend.c2
-rw-r--r--shell/e-shell-window-private.h8
-rw-r--r--shell/e-shell.c18
3 files changed, 14 insertions, 14 deletions
diff --git a/shell/e-shell-backend.c b/shell/e-shell-backend.c
index bb91f7379e..a0b0e59d84 100644
--- a/shell/e-shell-backend.c
+++ b/shell/e-shell-backend.c
@@ -62,7 +62,7 @@ struct _EShellBackendPrivate {
/* This is set to delay shutdown. */
gulong notify_busy_handler_id;
- guint started : 1;
+ guint started : 1;
};
enum {
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h
index 95d541058a..777957ec37 100644
--- a/shell/e-shell-window-private.h
+++ b/shell/e-shell-window-private.h
@@ -89,11 +89,11 @@ struct _EShellWindowPrivate {
gchar *geometry;
guint destroyed : 1; /* XXX Do we still need this? */
- guint safe_mode : 1;
- guint sidebar_visible : 1;
+ guint safe_mode : 1;
+ guint sidebar_visible : 1;
guint switcher_visible : 1;
- guint taskbar_visible : 1;
- guint toolbar_visible : 1;
+ guint taskbar_visible : 1;
+ guint toolbar_visible : 1;
};
void e_shell_window_private_init (EShellWindow *shell_window);
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 9f4c9ecc3f..b1a8e7e125 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -67,15 +67,15 @@ struct _EShellPrivate {
gulong backend_died_handler_id;
- guint auto_reconnect : 1;
- guint express_mode : 1;
- guint modules_loaded : 1;
- guint network_available : 1;
- guint network_available_set : 1;
- guint network_available_locked : 1;
- guint online : 1;
- guint quit_cancelled : 1;
- guint safe_mode : 1;
+ guint auto_reconnect : 1;
+ guint express_mode : 1;
+ guint modules_loaded : 1;
+ guint network_available : 1;
+ guint network_available_set : 1;
+ guint network_available_locked : 1;
+ guint online : 1;
+ guint quit_cancelled : 1;
+ guint safe_mode : 1;
};
enum {