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:07:04
Message-ID: E1R1h84-0004Tm-Os@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
------
REL-1_14_0_PATCHES

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

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

Browse pgadmin-hackers by date

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