From: Colin Leroy Date: Sun, 22 Sep 2002 16:46:38 +0000 (+0000) Subject: Fix pop_bfr_smtp_tm_entry sensivity when switching X-Git-Tag: rel_0_8_5~56 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=890bb1b7556dd0bbcb8e7b07cba87958802deb26;ds=inline Fix pop_bfr_smtp_tm_entry sensivity when switching from pop3 to apop or vice-versa --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 55fd065b9..7d568acf4 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-09-22 [colin] 0.8.3claws11 + + * src/prefs_account.c + Fix pop_bfr_smtp_tm_entry sensivity when switching + from pop3 to apop or vice-versa + 2002-09-22 [colin] 0.8.3claws10 * src/prefs_account.[ch] diff --git a/configure.in b/configure.in index b8c911989..8e978c9c5 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ MINOR_VERSION=8 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws10 +EXTRA_VERSION=claws11 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 28d46ad41..f0ca13dee 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -2533,7 +2533,7 @@ static void prefs_account_protocol_activated(GtkMenuItem *menuitem) /* update pop_before_smtp sensitivity */ gtk_widget_set_sensitive(p_send.pop_bfr_smtp_chkbtn, TRUE); - gtk_widget_set_sensitive(p_send.pop_bfr_smtp_tm_entry, FALSE); + pop_bfr_smtp_tm_set_sens(NULL, NULL); if (!tmp_ac_prefs.account_name) { gtk_toggle_button_set_active