Found a bug in frmIndexcheck.xrc, is it still being used?

Поиск
Список
Период
Сортировка
От Tim Stahlhut
Тема Found a bug in frmIndexcheck.xrc, is it still being used?
Дата
Msg-id et6hqt$t8s$1@sea.gmane.org
обсуждение исходный текст
Ответ на compile problem  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Ответы Re: Found a bug in frmIndexcheck.xrc, is it still being used?
Список pgadmin-hackers
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>



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: compile problem
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6051 - trunk/pgadmin3/pgadmin/ui