diff options
| author | 2010-10-19 16:39:03 +0000 | |
|---|---|---|
| committer | 2010-10-19 16:39:03 +0000 | |
| commit | 2371d4516577c2887fbe1a735b2293e75597a989 (patch) | |
| tree | 3fb3bc34d59737a0dc8bfc82d4c618f95e721e68 /src/modules/reguser | |
| parent | fix for #976 (diff) | |
| download | KVIrc-2371d4516577c2887fbe1a735b2293e75597a989.tar.gz KVIrc-2371d4516577c2887fbe1a735b2293e75597a989.tar.bz2 KVIrc-2371d4516577c2887fbe1a735b2293e75597a989.zip | |
merged egns's patch to enable painless msvc compilation, thank you!
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5091 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/reguser')
| -rw-r--r-- | src/modules/reguser/edituser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/reguser/edituser.cpp b/src/modules/reguser/edituser.cpp index 640b7ff06..25ee40f42 100644 --- a/src/modules/reguser/edituser.cpp +++ b/src/modules/reguser/edituser.cpp @@ -540,7 +540,7 @@ void KviRegisteredUserEntryDialog::notifyCheckClicked(bool bChecked) { m_pNotifyNick->setEnabled(bChecked); m_pNotifyLabel->setEnabled(bChecked); - if(bChecked and m_pNotifyNick->text().isEmpty()) + if(bChecked && m_pNotifyNick->text().isEmpty()) { QString szMask; if(m_pUser) |
