diff options
Diffstat (limited to 'kopete/protocols/gadu/gadueditcontact.cpp')
| -rw-r--r-- | kopete/protocols/gadu/gadueditcontact.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/gadu/gadueditcontact.cpp b/kopete/protocols/gadu/gadueditcontact.cpp index c067397a..062e066b 100644 --- a/kopete/protocols/gadu/gadueditcontact.cpp +++ b/kopete/protocols/gadu/gadueditcontact.cpp @@ -99,7 +99,7 @@ GaduEditContact::fillGroups() // FIXME: optimize this O(2) search for( cg = cgl.first(); cg; cg = cgl.next() ) { if ( cg->groupId() == g->groupId() ) { - item->setOn( TRUE ); + item->setOn( true ); break; } } @@ -196,7 +196,7 @@ GaduEditContact::slotApply() } } - if( contact_->metaContact()->groups().isEmpty() == TRUE ) + if( contact_->metaContact()->groups().isEmpty() ) contact_->metaContact()->addToGroup( Kopete::Group::topLevel() ); } #include "gadueditcontact.moc" |
