pgAdmin III commit: Fix the double line number in the function props - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the double line number in the function props
Date
Msg-id 201010081657.o98Gvwmp093519@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the double line number in the function props

pgAdmin should check if the line-number preference is already set. If it's
not, pgAdmin should add the line number temporary on the trigger and package
properties dialog.

Report by Holger Kopp-Musick.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgPackage.cpp |   13 +++++++++----
pgadmin/dlg/dlgTrigger.cpp |    9 +++++++--
2 files changed, 16 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #252: Line numbers in trigger properties (body) are displayed twice
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the double line number in the function props