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

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: New error handling - use MsgBox() instead of
Date: 2004-07-31 14:05:46
Message-ID: 20040731140546.D63E22183E8@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
New error handling - use MsgBox() instead of MessageBox(). Will make sure the messages always pop up on top of the dialog and not behind it as sometimes happened before. Also, we can now use %m in any error messages, to give system error strings.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-07-31 14:19:03 pginstaller - pginst: Remove the "next button disabled unless passwords
Previous Message Peter Eisentraut 2004-07-31 07:57:42 pgsql-server: Translation update