Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: empty list before viewing file

CVS Commit by andreas: empty list before viewing file



Log Message:
-----------
empty list before viewing file

Modified Files:
--------------
    pgadmin3/src/ui:
        frmRestore.cpp (r1.11 -> r1.12)

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;


Home | Main Index | Thread Index

top