[quake] 01/01: need-data.sh: fix kdialog parameters

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed Sep 30 11:30:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository quake.

commit bd43a6b7c82c5c668c708cda9b42b5f75ffa431b
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Sep 30 13:29:57 2015 +0200

    need-data.sh: fix kdialog parameters
---
 debian/changelog | 7 +++++++
 need-data.sh     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 21ae273..03e4b2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+quake (14) UNRELEASED; urgency=medium
+
+  [ Alexandre Detiste ]
+  * Don't show "--text=" in kdialog prompt (Closes: #781943)
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 30 Sep 2015 13:28:10 +0200
+
 quake (13) unstable; urgency=medium
 
   * Canonicalize Vcs-Browser, and use https
diff --git a/need-data.sh b/need-data.sh
index 4577838..1fbe057 100755
--- a/need-data.sh
+++ b/need-data.sh
@@ -14,7 +14,7 @@ try_zenity () {
 
 try_kdialog () {
   if command -v kdialog >/dev/null; then
-    kdialog --error --text="$TEXT" --title="$TITLE"
+    kdialog --error "$TEXT" --title="$TITLE"
     return 0
   else
     return 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list