mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
work around for Bug 17065
for bienvenu r=mscott
This commit is contained in:
parent
debee8018a
commit
b1e4d518d2
@ -45,6 +45,7 @@
|
||||
#include "nsILoadGroup.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIImapIncomingServer.h"
|
||||
#include "nsXPIDLString.h"
|
||||
|
||||
class nsIMAPMessagePartIDArray;
|
||||
class nsIMsgIncomingServer;
|
||||
@ -496,6 +497,9 @@ private:
|
||||
PRBool m_fromHeaderSeen;
|
||||
|
||||
// progress stuff
|
||||
void SetProgressString(PRInt32 stringId);
|
||||
|
||||
nsXPIDLString m_progressString;
|
||||
PRInt32 m_progressStringId;
|
||||
PRInt32 m_progressIndex;
|
||||
PRInt32 m_progressCount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user