aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-07 10:33:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-07 10:33:54 +0000
commit45bf38953733d74728aba9bc612aca94a95a8df1 (patch)
treec5aee8e05ce6e22c85f4adca5dc8dd9ba24b861d /src/prefs_common.h
parent63cdb916134da20afd79d5a36250daf9d24c1bfd (diff)
made the order of buttons comply with GNOME HIG.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@405 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 7faf27ae..56889b3c 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -208,22 +208,23 @@ struct _PrefsCommon
/* Interface */
gboolean sep_folder;
gboolean sep_msg;
- gboolean emulate_emacs;
gboolean always_show_msg;
gboolean open_unread_on_enter;
gboolean mark_as_read_on_new_window;
gboolean open_inbox_on_inc;
gboolean immediate_exec;
RecvDialogMode recv_dialog_mode;
- gboolean close_recv_dialog;
gboolean no_recv_err_panel;
- gboolean add_address_by_click;
+ gboolean close_recv_dialog;
+ gboolean comply_gnome_hig;
/* Other */
gchar *uri_cmd;
gchar *print_cmd;
gchar *ext_editor_cmd;
+ gboolean add_address_by_click;
+
gboolean confirm_on_exit;
gboolean clean_on_exit;
gboolean ask_on_clean;