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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
