Re: [pgadmin-hackers] pgAdmin III commit: Fix another issue related to wxWidgets 2.9

2012-03-13 Thread Guillaume Lelarge
On Tue, 2012-03-13 at 16:13 +0500, Timon wrote: > this commit wrongly shows number of returned rows. the latest version > has this bug too > see attachment > You're right. I reverted my old patch. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hack

[pgadmin-hackers] pgAdmin III commit: Fix another issue related to wxWidgets 2.9

2012-03-10 Thread Guillaume Lelarge
Fix another issue related to wxWidgets 2.9 When the wxPLURAL patch was applied, it didn't drop the arguments to the Format function. It was accepted this way in 2.8, but 2.9 is stricter. Per report from Colin Beckingham. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pg