pginstaller - pginst: New error handling - use MsgBox() instead of

Поиск
Список
Период
Сортировка
От mha@pgfoundry.org (User Mha)
Тема pginstaller - pginst: New error handling - use MsgBox() instead of
Дата
Msg-id 20040731140546.D63E22183E8@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
New error handling - use MsgBox() instead of MessageBox(). Will make sure the messages always pop up on top of the
dialogand not behind it as sometimes happened before. Also, we can now use %m in any error messages, to give system
errorstrings. 

Modified Files:
--------------
    pginst/ca:
        pginstca.c (r1.14 -> r1.15)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.14&r2=1.15)
        pginstca.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.h.diff?r1=1.2&r2=1.3)
        sspi.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/sspi.c.diff?r1=1.1&r2=1.2)
        user.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/user.c.diff?r1=1.3&r2=1.4)

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

Предыдущее
От: mha@pgfoundry.org (User Mha)
Дата:
Сообщение: pginstaller - pginst: Create user function.
Следующее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: pginstaller - pginst: Dont pre-enter a default admin account password.