NABI issues
[apps/osp/Internet.git] / src / IntEditBookmarkListForm.cpp
index a81da5a..09e2a59 100644 (file)
@@ -79,12 +79,12 @@ EditBookmarkListForm::~EditBookmarkListForm(void)
 {
        if (__pData != null)
        {
-               __pData->RemoveAll(true);
+               __pData->RemoveAll(false);
                delete __pData;
        }
        if(__pSelectedList != null)
        {
-               __pSelectedList->RemoveAll(true);
+               __pSelectedList->RemoveAll(false);
                delete __pSelectedList;
        }
 }