[kmobiletools] KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools
Matthias Lechner
matthias at lmme.de
Sat Jun 9 22:32:48 CEST 2007
SVN commit 673304 by lechner:
comparing pointers doesn't make sense here ;)
M +1 -3 enginedata.cpp
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/enginedata.cpp #673303:673304
@@ -108,9 +108,7 @@
ContactsList *EngineData::contactsList() const { return d->p_addresseeList; }
void EngineData::setContactsList( ContactsList* cl ) {
- if( cl != d->p_addresseeList )
- emit phoneBookChanged();
-
+ emit phoneBookChanged();
d->p_addresseeList=cl;
}
More information about the kmobiletools
mailing list