pgAdmin III commit: Fix the perspective string parameter

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the perspective string parameter
Дата
Msg-id 201009231627.o8NGROCb023860@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_12_0_PATCHES

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

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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Fix line endings
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the perspective string parameter