Log Message:
-----------
refresh after multiple object delete fix
Modified Files:
--------------
pgadmin3/src/ui:
ctlListView.cpp (r1.3 -> r1.4)
Index: ctlListView.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/ctlListView.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/ui/ctlListView.cpp -Lsrc/ui/ctlListView.cpp -u -w -r1.3 -r1.4
--- src/ui/ctlListView.cpp
+++ src/ui/ctlListView.cpp
@@ -20,7 +20,7 @@
ctlListView::ctlListView(wxWindow *p, int id, wxPoint pos, wxSize siz, long attr)
-: wxListCtrl(p, id, pos, siz, attr | wxLC_REPORT)
+: wxListView(p, id, pos, siz, attr | wxLC_REPORT)
{
}
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly