From bd6b8e4b1ff246ccfe977a4fc4ccd2e6ddcbdf67 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Mon, 23 Feb 2004 08:09:52 +0000 Subject: [PATCH] inc.c: one alertpanel on pop3 authentication error will suffice; prefs_fonts.c: remove unnecessary printf --- ChangeLog.claws | 8 ++++++++ configure.ac | 2 +- src/inc.c | 7 +------ src/prefs_fonts.c | 1 - 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 03b0c6365..437610655 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,11 @@ +2004-02-23 [paul] 0.9.9claws27 + + * src/inc.c + one alertpanel on pop3 authentication error will suffice + + * src/prefs_fonts.c + remove unnecessary printf + 2004-02-22 [alfons] 0.9.9claws26 * src/messageview.c diff --git a/configure.ac b/configure.ac index 51a0c778f..d66ef704e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=9 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=26 +EXTRA_VERSION=27 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/inc.c b/src/inc.c index 97ffd6364..4e4fb76ed 100644 --- a/src/inc.c +++ b/src/inc.c @@ -592,13 +592,8 @@ static gint inc_start(IncProgressDialog *inc_dialog) if (pop3_session->error_val == PS_AUTHFAIL) { if(!prefs_common.no_recv_err_panel) { if((prefs_common.recv_dialog_mode == RECV_DIALOG_ALWAYS) || - ((prefs_common.recv_dialog_mode == RECV_DIALOG_MANUAL) && focus_window)) { + ((prefs_common.recv_dialog_mode == RECV_DIALOG_MANUAL) && focus_window)) manage_window_focus_in(inc_dialog->dialog->window, NULL, NULL); - } - alertpanel_error - (_("Authorization for %s on %s failed"), - pop3_session->user, - pop3_session->ac_prefs->recv_server); } } diff --git a/src/prefs_fonts.c b/src/prefs_fonts.c index 9a3dde564..b9cd6f91d 100644 --- a/src/prefs_fonts.c +++ b/src/prefs_fonts.c @@ -95,7 +95,6 @@ static void prefs_font_select(GtkButton *button, GtkEntry *entry) "clicked", GTK_SIGNAL_FUNC(prefs_font_selection_ok), entry); - printf("%i\n", font_sel_conn_id); font_name = gtk_editable_get_chars(GTK_EDITABLE(entry), 0, -1); gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(font_sel_win), font_name); -- 2.25.1