Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
frmRestore::OnView problem.

frmRestore::OnView problem.



Hi Andreas.

It overlaps by the return of the choice.
Though a problem may be small. Please apply it.

regards,
Hiroshi Saito

--- src/ui/frmRestore.cpp.orig	Tue Nov 23 00:56:48 2004
+++ src/ui/frmRestore.cpp	Tue Nov 23 00:57:24 2004
@@ -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