PATCH: wxWidgets 3.0 Data dir

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: wxWidgets 3.0 Data dir
Date: 2014-05-23 09:31:33
Message-ID: CAG7mmozDdKsh9p1DxCa5ACvag8aByGCY5-s8nwHvZ528jqqA9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Team,

While working on pgAdmin III with wxWidgets 3.0, I found that datadir
variable is not getting initialized for wxWidgets 3.0 for MacOSX, because a
preprocessor was ending at wrong place.

Due to with, it is not able to load any of the xrc files in debug mode, and
other settings.

Please find the attached patch which resolves the issue.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

Attachment Content-Type Size
OSX_WX3.0_DataDir.patch application/octet-stream 432 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2014-05-23 13:05:48 Fixed crash in debugger with wxWidget 3.0
Previous Message Akshay Joshi 2014-05-23 09:16:48 Fixed one crash when "Open postgresql.conf" menu is clicked