From 7bdbf6e5a330311519109f3ecb60a011d3072b54 Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Thu, 13 Jun 2002 08:39:05 +0000 Subject: [PATCH] README.claws Corrected action example (verifying clearsigned mail). src/prefs_account.c Corrected typo. src/prefs_common.c Removed incorrect line that generated a Gtk-CRITICAL msg. --- ChangeLog.claws | 9 +++++++++ README.claws | 2 +- configure.in | 2 +- src/prefs_account.c | 2 +- src/prefs_common.c | 2 -- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 9fd2e139d..7f943a00b 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,12 @@ +2002-06-13 [melvin] 0.7.6claws43 + + * README.claws + Corrected action example (verifying clearsigned mail). + * src/prefs_account.c + Corrected typo. + * src/prefs_common.c + Removed incorrect line that generated a Gtk-CRITICAL msg. + 2002-06-12 [alfons] 0.7.6claws42 * src/summaryview.c diff --git a/README.claws b/README.claws index f248f1bd8..e101cf603 100644 --- a/README.claws +++ b/README.claws @@ -255,7 +255,7 @@ are hardly noticeable, but deserve mentioning: asking the passphrase and for running gnupg. Purpose: Verify Clear Signed - Definition: GnuPG/Verify: |gpg --no-tty --verify & + Definition: GnuPG/Verify: |gpg --no-tty --verify Details: Verify clear signed messages. The result is displayed in the actions output dialog. diff --git a/configure.in b/configure.in index a15e183c4..3887ffd16 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=7 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws42 +EXTRA_VERSION=claws43 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/prefs_account.c b/src/prefs_account.c index 81e4ec976..d83753427 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -1095,7 +1095,7 @@ static void prefs_account_receive_create(void) PACK_CHECK_BUTTON (vbox2, sd_filter_on_recv_chkbtn, _("Use filtering rules with Selective Download")); PACK_CHECK_BUTTON (vbox2, sd_rmmail_chkbtn, - _("Remove Mail after downloading with Selective Download")); + _("Remove mail after downloading with Selective Download")); hbox1 = gtk_hbox_new (FALSE, 8); gtk_widget_show (hbox1); diff --git a/src/prefs_common.c b/src/prefs_common.c index 72b57c825..a732089bb 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -1822,8 +1822,6 @@ static void prefs_compose_create(void) gtk_container_add (GTK_CONTAINER (frame_msgwrap), vbox_linewrap); gtk_container_set_border_width (GTK_CONTAINER (vbox_linewrap), 8); - gtk_box_pack_start (GTK_BOX (vbox1), vbox_linewrap, FALSE, FALSE, 0); - hbox3 = gtk_hbox_new (FALSE, 8); gtk_widget_show (hbox3); gtk_box_pack_start (GTK_BOX (vbox_linewrap), hbox3, FALSE, FALSE, 0); -- 2.25.1