aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/compose.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a194d9e..cbd96c91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-08-09
+ * src/compose.c: compose_set_ext_editor_sensitive(): also set the
+ sensitivity of '/File/Append signature'.
+
+2006-08-09
+
* libsylph/codeconv.[ch]: conv_check_file_encoding(): check the
encoding of text file if it is locale encoding or UTF-8,..
* src/compose.c: compose_insert_file(): check whole file to see if it
diff --git a/src/compose.c b/src/compose.c
index c16df187..65c713cc 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -5661,6 +5661,7 @@ static void compose_set_ext_editor_sensitive(Compose *compose,
sensitive);
menu_set_sensitive(ifactory, "/File/Insert file", sensitive);
menu_set_sensitive(ifactory, "/File/Insert signature", sensitive);
+ menu_set_sensitive(ifactory, "/File/Append signature", sensitive);
menu_set_sensitive(ifactory, "/Edit/Wrap current paragraph", sensitive);
menu_set_sensitive(ifactory, "/Edit/Wrap all long lines", sensitive);
menu_set_sensitive(ifactory, "/Tools/Edit with external editor",