aboutsummaryrefslogtreecommitdiff
path: root/src/rpop3.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-10-30 08:24:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-10-30 08:24:06 +0000
commit2a61a47e23ac122049a098ecab6ffeb3f813f263 (patch)
tree8b71c0c084e05e01f3ffbfdc40d6b1ea0782ee2b /src/rpop3.c
parent349991bccd21fbdb29e3b8556323326ed262b1d5 (diff)
fixed logical bugs (#134).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3295 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/rpop3.c')
-rw-r--r--src/rpop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpop3.c b/src/rpop3.c
index 735a90ef..9503f35d 100644
--- a/src/rpop3.c
+++ b/src/rpop3.c
@@ -1316,7 +1316,7 @@ static void rpop3_close(GtkButton *button, gpointer data)
rpop3_status_label_set(_("Quitting..."));
rpop3_idle(FALSE);
pop3_logout_send(rpop3_window.session);
- } else if (rpop3_window.session->state != POP3_DONE ||
+ } else if (rpop3_window.session->state != POP3_DONE &&
rpop3_window.session->state != POP3_ERROR)
rpop3_window.cancelled = TRUE;
}