[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    groupwise_in_anger: kdenetwork/kopete/protocols/groupwise
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2004-09-08 13:30:35
Message-ID: 20040908133035.7C8172322 () office ! kde ! org
[Download RAW message or body]

CVS commit by wstephens: 

Fix deleting folders on the server. Issue #3


  M +2 -1      gwaccount.cpp   1.1.1.1.2.46


--- kdenetwork/kopete/protocols/groupwise/gwaccount.cpp  #1.1.1.1.2.45:1.1.1.1.2.46
@@ -448,7 +448,8 @@ void GroupWiseAccount::slotKopeteGroupRe
                 // the member contacts should be deleted separately, so just delete \
the folder here  // get the folder object id
-                QString objectIdString = group->pluginData( protocol(), \
group->pluginData( protocol(), accountId() + " objectId" ) ); +                \
QString objectIdString = group->pluginData( protocol(), accountId() + " objectId" );  \
if ( !objectIdString.isEmpty() )  {
+                        kdDebug( GROUPWISE_DEBUG_GLOBAL ) << "deleting folder with \
objectId: " << objectIdString << endl;  int objectId = objectIdString.toInt();
                         if ( objectId == 0 )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic