aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/e-msg-composer.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 4ffa24c105..37d5195f92 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-19 Radek Doulik <rodo@ximian.com>
+
+ * e-msg-composer.c (signature_cb): allow to select last 2 menu
+ items
+
2002-09-17 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (add_attachments_from_multipart): Handle
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index d649b9ad20..f324bcc3eb 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1871,7 +1871,7 @@ signature_cb (GtkWidget *w, EMsgComposer *composer)
old_sig = composer->signature;
old_auto = composer->auto_signature;
- if (idx < len - 2) {
+ if (idx < len) {
if (idx == 0) { /* none */
composer->signature = NULL;
composer->auto_signature = FALSE;