pgAdmin III commit: Fix pasting in the Edit Grid to avoid tacking garba - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Fix pasting in the Edit Grid to avoid tacking garba
Date
Msg-id E1R1hBs-0004bQ-39@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix pasting in the Edit Grid to avoid tacking garbage
onto the end of the last cell if too many fields are
pasted.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=199a8802f032127b90eef5a68e3e740f7d0eca3b

Modified Files
--------------
CHANGELOG                   |   25 ++++++++++++++-----------
pgadmin/frm/frmEditGrid.cpp |    2 +-
2 files changed, 15 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix pasting in the Edit Grid to avoid tacking garba
Next
From: Dave Page
Date:
Subject: Re: [Patch] Multiline paste bug in EditGrid