pgAdmin III commit: Fix the double line number in the function props

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the double line number in the function props
Date: 2010-09-29 16:55:40
Message-ID: 201009291655.o8TGte0I039689@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 function properties dialog.

Report by Holger Kopp-Musick.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgFunction.cpp | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-09-29 17:08:58 [pgAdmin III] #244: Crash with the lock report
Previous Message Guillaume Lelarge 2010-09-29 08:50:56 Re: pgAdmin III commit: Fix log_statement query in frmStatus