pgAdmin III commit: Fix the perspective string parameter

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the perspective string parameter
Date: 2010-09-23 16:27:24
Message-ID: 201009231627.o8NGROoN023858@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the perspective string parameter

Use of the VerFromRev() function gets rid of the id number. This patch drops
this useless function now that we are with git.

Fixed #235.

Branch
------
master

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

Modified Files
--------------
pgadmin/debugger/ctlCodeWindow.cpp | 2 +-
pgadmin/debugger/frmDebugger.cpp | 4 ++--
pgadmin/frm/frmEditGrid.cpp | 4 ++--
pgadmin/frm/frmMain.cpp | 4 ++--
pgadmin/frm/frmQuery.cpp | 4 ++--
pgadmin/frm/frmStatus.cpp | 4 ++--
pgadmin/include/utils/misc.h | 2 --
pgadmin/utils/misc.cpp | 7 -------
8 files changed, 11 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-23 16:29:49 pgAdmin III commit: Add a tooltip and make RO the queries combobox
Previous Message Dave Page 2010-09-23 11:36:57 pgAdmin III commit: Fix line endings