From 904ecffe1fab8cbf281e1c169e0b567bff5732b5 Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 27 Mar 2010 18:08:43 +0000 Subject: [PATCH] Count unsend Messages git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2649 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/MessagesDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/MessagesDialog.cpp b/retroshare-gui/src/gui/MessagesDialog.cpp index ee3addf0f..5f0be654b 100644 --- a/retroshare-gui/src/gui/MessagesDialog.cpp +++ b/retroshare-gui/src/gui/MessagesDialog.cpp @@ -1235,7 +1235,7 @@ void MessagesDialog::updateMessageSummaryList() { newInboxCount ++; } - if ((it -> msgflags & RS_MSG_BOXMASK) == RS_MSG_OUTBOX && ((it -> msgflags & RS_MSG_NEW) == RS_MSG_NEW)) + if ((it -> msgflags & RS_MSG_BOXMASK) == RS_MSG_OUTBOX ) { newOutboxCount ++; }