Re: [pgadmin-hackers] Fixed crash in debugger with wxWidget 3.0

2014-05-28 Thread Dave Page
Thanks - applied. On Fri, May 23, 2014 at 9:05 AM, Akshay Joshi wrote: > Hi Dave > > During testing of pgAdmin3 with wxWidget 3.0, I have found one crash in > debugger. Cause of the crash is "m_progress" variable is not instantiated > before the function call "wxStatusBar::SetFieldsCount(fields

[pgadmin-hackers] Fixed crash in debugger with wxWidget 3.0

2014-05-23 Thread Akshay Joshi
Hi Dave During testing of pgAdmin3 with wxWidget 3.0, I have found one crash in debugger. Cause of the crash is "m_progress" variable is not instantiated before the function call "wxStatusBar::SetFieldsCount(fields);" at line no 49 in ctlProgressStatusBar.cpp. Function call "wxStatusBar::SetField