r2534 - people/synrg/xjig

Ben Armstrong synrg at alioth.debian.org
Thu Apr 5 22:44:45 UTC 2007


Author: synrg
Date: 2007-04-05 22:44:45 +0000 (Thu, 05 Apr 2007)
New Revision: 2534

Modified:
   people/synrg/xjig/xjig-menu
Log:
removed strace

Modified: people/synrg/xjig/xjig-menu
===================================================================
--- people/synrg/xjig/xjig-menu	2007-04-05 20:50:43 UTC (rev 2533)
+++ people/synrg/xjig/xjig-menu	2007-04-05 22:44:45 UTC (rev 2534)
@@ -153,7 +153,7 @@
          dialog_answer="$(kdialog --title "${2}" --inputbox "${3}" "")"
          ;;
       file)
-         dialog_answer="$(strace -f -okdialog.log kdialog --title "${2}" --getopenfilename "$directory")"
+         dialog_answer="$(kdialog --title "${2}" --getopenfilename "$directory")"
          ;;
    esac
 }




More information about the Pkg-games-commits mailing list