Found a bug in frmIndexcheck.xrc, is it still being used?
- From: Tim Stahlhut <stahta01(at)highstream(dot)net>
- To: pgadmin-hackers(at)postgresql(dot)org
- Subject: Found a bug in frmIndexcheck.xrc, is it still being used?
- Date: Tue, 13 Mar 2007 16:00:29 +0000 (UTC)
- Message-id: <et6hqt$t8s$1(at)sea(dot)gmane(dot)org>
FYI:
Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed
wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with compatible
support for 2.4 on, but under 2.8 by default 2.4 compatible
support is off. So, if this XRC is still being used it will have a
runtime error.
Tim S
Index: pgadmin/ui/frmIndexcheck.xrc
===================================================================
--- pgadmin/ui/frmIndexcheck.xrc (revision 6050)
+++ pgadmin/ui/frmIndexcheck.xrc (working copy)
@@ -8,7 +8,7 @@
<object class="notebookpage">
<label>Selection</label>
<object class="wxPanel" name="pnlSelection">
- <object class="wxCheckList" name="chkList">
+ <object class="wxCheckListBox" name="chkList">
<content/>
<pos>2,3d</pos>
<size>183,234d</size>
Home |
Main Index |
Thread Index