Re: Rev 4704

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Rev 4704
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4E7DE8A@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Rev 4704  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Rev 4704  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 09 November 2005 10:20
> To: Dave Page; pgadmin-hackers
> Subject: Rev 4704
>
> Dave,
>
> I'm trying to make sense of your change of ShowTipOfTheDay's
> type from
> bool to int for 1.5. The type was changed to bool in 1.3, and I don't
> see a reason to change it again.

As we discussed last week, it causes an assert in debug builds on
Windows as wx seems to be unable to cast from DWORD to bool. Even
deleting the registry key and allowing it to recreate it itself doesn't
help.

This was the only fix that seemed to make sense without the pain of
fixing wx. Note that other true/false registry keys are stored as
true/false strings - I didn't change to follow that convention as it
would definitely not be backwards compatible with existing DWORD values.

/D


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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by andreas: r4708 - branches/REL-1_4_0_PATCHES/pgadmin3
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: SVN Commit by andreas: r4705 - branches/REL-1_4_0_PATCHES/pgadmin3