From: Paul Mangan Date: Wed, 12 Jun 2002 20:42:15 +0000 (+0000) Subject: CREATE_RADIO_BUTTONS(): fixed a typo and corrected the behavior of the radio buttons X-Git-Tag: rel_0_7_7~14 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=c9d0b7b193ddd78177b933c4207c8e2deed0393c CREATE_RADIO_BUTTONS(): fixed a typo and corrected the behavior of the radio buttons --- diff --git a/src/prefs_account.c b/src/prefs_account.c index 5a0062250..81e4ec976 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -1529,7 +1529,7 @@ static void prefs_account_ascii_armored_warning(GtkWidget* widget, GINT_TO_POINTER (btn1_data)); \ \ CREATE_RADIO_BUTTON(box, btn2, btn1, btn2_label, btn2_data); \ - CREATE_RADIO_BUTTON(box, btn3, btn1, btn3_label, btn2_data); \ + CREATE_RADIO_BUTTON(box, btn3, btn1, btn3_label, btn3_data); \ } static void prefs_account_ssl_create(void)