pgAdmin III commit: Fix pasting in the Edit Grid to avoid tacking garba

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix pasting in the Edit Grid to avoid tacking garba
Date: 2011-09-08 16:11:00
Message-ID: E1R1hBs-0004bQ-39@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-09-08 16:11:23 Re: [Patch] Multiline paste bug in EditGrid
Previous Message Dave Page 2011-09-08 16:07:04 pgAdmin III commit: Fix pasting in the Edit Grid to avoid tacking garba