Author: branden Date: 2003-06-05 08:08:41 -0500 (Thu, 05 Jun 2003) New Revision: 143
Modified: trunk/debian/local/Xsession Log: * debian/local/Xsession (internal_errormsg): simply call errormsg() instead of calling message() and doing our own exit Modified: trunk/debian/local/Xsession ============================================================================== --- trunk/debian/local/Xsession 2003-06-05 13:06:37 UTC (rev 142) +++ trunk/debian/local/Xsession 2003-06-05 13:08:41 UTC (rev 143) @@ -32,10 +32,9 @@ # One big call to message() for the sake of xmessage; if we had two then # the user would have dismissed the error we want reported before seeing the # request to report it. - message "$*" \ - "Please report the package name, version, and the complete text of" \ - "this error message to <debian-x@lists.debian.org>." - exit 1 + errormsg "$*" \ + "Please report the package name, version, and the complete text of" \ + "this error message to <debian-x@lists.debian.org>." } run_parts () {