aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_common.c1
-rw-r--r--libsylph/prefs_common.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 24d67589..80c2fd2c 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -332,6 +332,7 @@ static PrefParam param[] = {
#endif
{"show_trayicon", "TRUE", &prefs_common.show_trayicon, P_BOOL},
+ {"minimize_to_tray", "FALSE", &prefs_common.minimize_to_tray, P_BOOL},
/* Other */
{"receive_dialog_mode", "1", &prefs_common.recv_dialog_mode, P_ENUM},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 5d9eb9d5..0bfda22a 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -235,6 +235,7 @@ struct _PrefsCommon
gboolean immediate_exec;
gboolean comply_gnome_hig;
gboolean show_trayicon;
+ gboolean minimize_to_tray;
/* Other */
RecvDialogMode recv_dialog_mode;