------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=139719
wstephenson kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wstephenson kde org 2007-01-18 22:04 -------
SVN commit 625072 by wstephens:
Catch the empty ICQ UIN case when creating an account, which would crash
Kopete. Patch by Felix <fe_kde gmx de>, received with thanks :).
BUG:139719
M +1 -1 icqeditaccountwidget.cpp
---
branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/icq/ui/icqeditaccountwidget.cpp
#625071:625072
@ -166,7 +166,7 @
QString userName = mAccountSettings->edtAccountId->text();
- if (userName.contains(" "))
+ if (userName.isEmpty())
return false;
for (unsigned int i=0; i<userName.length(); i++)
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel