Log Message:
-----------
refresh after multiple object delete fix
Modified Files:
--------------
pgadmin3/src/include:
ctlListView.h (r1.4 -> r1.5)
Index: ctlListView.h
===================================================================
RCS file: /projects/pgadmin3/src/include/ctlListView.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lsrc/include/ctlListView.h -Lsrc/include/ctlListView.h -u -w -r1.4 -r1.5
--- src/include/ctlListView.h
+++ src/include/ctlListView.h
@@ -20,7 +20,7 @@
class frmMain;
-class ctlListView : public wxListCtrl
+class ctlListView : public wxListView
{
public:
ctlListView(wxWindow *p, int id, wxPoint pos, wxSize siz, long attr=0);
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])