kdenonbeta/kopete/kopete/protocols/aim aimprotocol.cpp,1.35,1.36 Author: mklingens Mon Apr 8 23:55:07 CEST 2002 In directory office:/tmp/cvs-serv8855 Modified Files: aimprotocol.cpp Log Message: Don't produce stupid error messages. Operator precedence might be important :-) - if (!kopeteapp->contactList()->groups().contains(groupName)); + if ( !( kopeteapp->contactList()->groups().contains( groupName ) ) );