From 85a0e0d9b1d60805cb4947be1c296c18e73c82b8 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 27 Oct 2004 17:50:52 +0000 Subject: sync fixes --- diff --git a/kde2file/abdump/main.cpp b/kde2file/abdump/main.cpp index d452ee9..1ee64f5 100644 --- a/kde2file/abdump/main.cpp +++ b/kde2file/abdump/main.cpp @@ -136,6 +136,7 @@ int main( int argc, char *argv[] ) KABC::Addressee::List::Iterator it; for ( it = list.begin();it != list.end();++it) { + (*it).setChanged( true ); bool changed = ((*it).custom( "KADDRESSBOOK", "X-ExternalID" ) == "changed"); (*it).removeCustom( "KADDRESSBOOK", "X-ExternalID" ); //qDebug("ext %s ", (*it).custom( "KADDRESSBOOK", "X-ExternalID" ).latin1()); @@ -186,8 +187,9 @@ int main( int argc, char *argv[] ) qDebug("error open file "); } - KABC::StdAddressBook::close(); - + delete standardAddressBook; + //KABC::StdAddressBook::close(); + //StdAddressBook::mSelf = 0; qDebug("ente "); return 0; } -- cgit v0.9.0.2