-rw-r--r-- | kabc/plugins/qtopia/resourceqtopia.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kabc/plugins/qtopia/resourceqtopia.cpp b/kabc/plugins/qtopia/resourceqtopia.cpp index 93a4d33..48a9f22 100644 --- a/kabc/plugins/qtopia/resourceqtopia.cpp +++ b/kabc/plugins/qtopia/resourceqtopia.cpp @@ -192,4 +192,5 @@ bool ResourceQtopia::save( Ticket *ticket ) qDebug("ResourceQtopia::save: %s", fileName().latin1()); + mDirWatch.stopScan(); KABC::AddressBook::Iterator it; @@ -215,4 +216,6 @@ bool ResourceQtopia::save( Ticket *ticket ) // mAccess->addressBookUpdated(); + mDirWatch.startScan(); + delete ticket; unlock( fileName() ); |