r2530 - people/synrg/xjig

Ben Armstrong synrg at alioth.debian.org
Thu Apr 5 00:52:26 UTC 2007


Author: synrg
Date: 2007-04-05 00:52:26 +0000 (Thu, 05 Apr 2007)
New Revision: 2530

Modified:
   people/synrg/xjig/xjig-menu
Log:
Fix and tidy up Nodialog error messages

Modified: people/synrg/xjig/xjig-menu
===================================================================
--- people/synrg/xjig/xjig-menu	2007-04-04 23:54:16 UTC (rev 2529)
+++ people/synrg/xjig/xjig-menu	2007-04-05 00:52:26 UTC (rev 2530)
@@ -162,13 +162,13 @@
 {
    case ${1} in
       error)
-         echo "${1}" >&2
+         echo "${2}" >&2
          ;;
       text)
-         Error "${PROGRAM}: Internal error 2"
+         Error "${PROGRAM}: No value specified: ${2}"
          ;;
       file)
-         Error "${PROGRAM}: No filename specified"
+         Error "${PROGRAM}: No value specified: ${2}"
          ;;
    esac
 }




More information about the Pkg-games-commits mailing list