Fix Google Groupware segfault
If m_account is null, the code tried to call m_account->accountName(). This could happen when clicking "Configure" in the settings dialog.
Please register or sign in to comment
If m_account is null, the code tried to call m_account->accountName(). This could happen when clicking "Configure" in the settings dialog.