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 E1R1h84-0004Tm-Os@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
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=358900552ede33564e58f28c2c3bcf4eecdf06c1
Author: Robins Tharakan <robins@pobox.com>

Modified Files
--------------
CHANGELOG                   |    3 +++
pgadmin/frm/frmEditGrid.cpp |    2 +-
2 files changed, 4 insertions(+), 1 deletions(-)


pgadmin-hackers by date:

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