aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-20 07:54:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-20 07:54:01 +0000
commitdf7d3b97fed594a1e03bcbd5e6a6fcfcb8c662a4 (patch)
treee753863c2f1eb36254eae2ac39d17421b6d5bab7
parent84423b4b69f7c0659742730f84a05702b29104bf (diff)
fixed sensitivity change of signature settings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3544 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--src/prefs_account_dialog.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/prefs_account_dialog.c b/src/prefs_account_dialog.c
index 961f5d15..e9cba13c 100644
--- a/src/prefs_account_dialog.c
+++ b/src/prefs_account_dialog.c
@@ -1419,12 +1419,19 @@ static void prefs_account_compose_create(void)
_("Put signature before quote (not recommended)"));
SET_TOGGLE_SENSITIVITY (sig_radiobtn, sig_text);
+ SET_TOGGLE_SENSITIVITY (sig_radiobtn, sig_combo);
+ SET_TOGGLE_SENSITIVITY (sig_radiobtn, signame_entry);
SET_TOGGLE_SENSITIVITY (sigfile_radiobtn, sigpath_entry);
SET_TOGGLE_SENSITIVITY (sigcmd_radiobtn, sigpath_entry);
SET_TOGGLE_SENSITIVITY_REV (sig_radiobtn, sigpath_entry);
SET_TOGGLE_SENSITIVITY_REV (sigfile_radiobtn, sig_text);
+ SET_TOGGLE_SENSITIVITY_REV (sigfile_radiobtn, sig_combo);
+ SET_TOGGLE_SENSITIVITY_REV (sigfile_radiobtn, signame_entry);
SET_TOGGLE_SENSITIVITY_REV (sigcmd_radiobtn, sig_text);
+ SET_TOGGLE_SENSITIVITY_REV (sigcmd_radiobtn, sig_combo);
+ SET_TOGGLE_SENSITIVITY_REV (sigcmd_radiobtn, signame_entry);
gtk_widget_set_sensitive (sig_text, TRUE);
+ gtk_widget_set_sensitive (signame_entry, TRUE);
gtk_widget_set_sensitive (sigpath_entry, FALSE);
PACK_FRAME (vbox1, frame,