Fix compilation. Porting bug.

svn path=/trunk/KDE/kdepim/; revision=700934
wilder-work
Till Adam 19 years ago
parent 853c2e2753
commit 19d25d6dd7
  1. 2
      kmfolder.cpp

@ -525,7 +525,7 @@ void KMFolder::remove()
the message dict, since its message list is empty, and the .ids
file contents are not loaded. That can lead to lookups in the
dict returning stale pointers to the folder later. */
mStorage->open();
mStorage->open("folderremoval");
mStorage->remove();
}

Loading…
Cancel
Save