Index: frmRestore.cpp =================================================================== RCS file: /projects/pgadmin3/src/ui/frmRestore.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -Lsrc/ui/frmRestore.cpp -Lsrc/ui/frmRestore.cpp -u -w -r1.11 -r1.12 --- src/ui/frmRestore.cpp +++ src/ui/frmRestore.cpp @@ -344,6 +344,7 @@ btnView->Disable(); btnOK->Disable(); viewRunning = true; + lstContents->DeleteAllItems(); Execute(1, false); btnOK->SetLabel(_("OK")); done=0;