Re: pgAdmin III commit: Fix another issue related to wxWidgets 2.9

From: Timon <timosha(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III commit: Fix another issue related to wxWidgets 2.9
Date: 2012-03-13 11:13:27
Message-ID: CAAeC-SuuHijiRq4NzrPE04e-uX71qH9bzzfSDivW5LsGkDE8xg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

this commit wrongly shows number of returned rows. the latest version
has this bug too
see attachment

2012/3/10 Guillaume Lelarge <guillaume(at)lelarge(dot)info>:
> 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=pgadmin3.git;a=commitdiff;h=4e8c217f812a0ecc95a02db367d8af63f39073ad
>
> Modified Files
> --------------
> pgadmin/ctl/ctlSQLBox.cpp    |    2 +-
> pgadmin/db/pgQueryThread.cpp |    4 ++--
> pgadmin/frm/frmEditGrid.cpp  |   20 ++++++++++----------
> pgadmin/frm/frmExport.cpp    |    2 +-
> pgadmin/frm/frmQuery.cpp     |   20 ++++++++++----------
> pgadmin/slony/slNode.cpp     |    4 ++--
> 6 files changed, 26 insertions(+), 26 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers

--
All bugs reserved

Attachment Content-Type Size
image/png 54.1 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-03-13 12:35:45 pgAdmin III commit: Fix handling of DEFAULT ACLs in the restore dialog
Previous Message Dharmendra Goyal 2012-03-13 09:34:52 pgadmin database restore display objects issue