Re: PATCH: fix size check in dlgProperty

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: PATCH: fix size check in dlgProperty
Дата
Msg-id CAG7mmoxgZuYRUZv=T+_hk0nt6N7H3jvU10pBRpq6b-K33cp3Kw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: fix size check in dlgProperty  (Sanket Mehta <sanket.mehta@enterprisedb.com>)
Список pgadmin-hackers
On Mon, Jul 6, 2015 at 6:11 PM, Sanket Mehta <sanket.mehta@enterprisedb.com> wrote:
Hi,

Patch looks good to me.


Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb

On Sat, Jul 4, 2015 at 4:07 PM, Dmitriy Olshevskiy <olshevskiy87@bk.ru> wrote:
hello again.
method dlgDefaultSecurityProperty::OnChangeSize contains the repeated
expressions with l_size.GetWidth() in the conditional operator. I guess the second
expression must by l_size.GetHeight() > 25.
I have attached the file with the correction. could you review it?
thank you.
Thanks Dmitriy Oleshevskiy for the patch.
Commited to the master branch.
-- 
Dmitriy Olshevskiy


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers



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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: An error occurred"Column not found in pgSet: rolcateupdate" when connect to PostgreSQL 9.5 server
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: Fixed a typo in dlgDefaultSecurityProperty::OnChang