diff options
| author | 2008-10-22 17:30:39 +0000 | |
|---|---|---|
| committer | 2008-10-22 17:30:39 +0000 | |
| commit | eed837f0ff4f2553d3089449b4c3a7d8d7f30663 (patch) | |
| tree | cc3f1993884d8c4367fe39ccf7d5b6e313d7cc7b /src/modules/options/optw_identity.cpp | |
| parent | another fix in the input completition. (diff) | |
| download | KVIrc-eed837f0ff4f2553d3089449b4c3a7d8d7f30663.tar.gz KVIrc-eed837f0ff4f2553d3089449b4c3a7d8d7f30663.tar.bz2 KVIrc-eed837f0ff4f2553d3089449b4c3a7d8d7f30663.zip | |
more work on identity profiles (wip);
updated changelog;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2768 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_identity.cpp')
| -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 aacdd20f6..08d2e53f2 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -969,7 +969,7 @@ void KviIdentityProfileEditor::okPressed() { KviIdentityProfileSet * pSet = KviIdentityProfileSet::instance(); - if(pSet->findProfile(m_pNameEdit->text())) + if(pSet->findName(m_pNameEdit->text())) { QMessageBox::warning(this,__tr2qs_ctx("Invalid Profile Rule","options"),__tr2qs_ctx("There is already a profile with that name","options"),__tr2qs_ctx("OK","options")); return; |
