diff options
| author | 2009-08-31 10:30:36 +0000 | |
|---|---|---|
| committer | 2009-08-31 10:30:36 +0000 | |
| commit | 987e9f647958435588d2a147a8cc52c1990aa0b1 (patch) | |
| tree | 2fde89b89133c6b9d0a507bc7a923403b82718a5 | |
| parent | fix for #547 (diff) | |
| download | KVIrc-987e9f647958435588d2a147a8cc52c1990aa0b1.tar.gz KVIrc-987e9f647958435588d2a147a8cc52c1990aa0b1.tar.bz2 KVIrc-987e9f647958435588d2a147a8cc52c1990aa0b1.zip | |
fix for #540 (for both trunk and branch 3.4)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3438 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/modules/options/optw_identity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_identity.cpp b/src/modules/options/optw_identity.cpp index f0e9e83b8..042a700bb 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -422,7 +422,7 @@ void KviIdentityGeneralOptionsWidget::commit() { KviOptionsWidget::commit(); - if(KVI_OPTION_STRING(KviOption_stringRealname).isEmpty()) KVI_OPTION_STRING(KviOption_stringUsername)=KVI_DEFAULT_REALNAME; + if(KVI_OPTION_STRING(KviOption_stringRealname).isEmpty()) KVI_OPTION_STRING(KviOption_stringRealname)=KVI_DEFAULT_REALNAME; if(KVI_OPTION_STRING(KviOption_stringUsername).isEmpty()) KVI_OPTION_STRING(KviOption_stringUsername)=KVI_DEFAULT_USERNAME; KVI_OPTION_STRING(KviOption_stringNickname2) = m_szAltNicknames[0]; |
