mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
476 B
Plaintext
14 lines
476 B
Plaintext
$NetBSD: patch-aq,v 1.6 2006/10/17 06:44:37 markd Exp $
|
|
|
|
--- kdialog/progresscanceldemo.orig 2006-10-17 19:40:40.000000000 +1300
|
|
+++ kdialog/progresscanceldemo
|
|
@@ -2,7 +2,7 @@
|
|
dcopRef=`./kdialog --progressbar "Press Cancel at Any time" 10`
|
|
dcop $dcopRef showCancelButton true
|
|
|
|
-until test "true" == `dcop $dcopRef wasCancelled`; do
|
|
+until test "true" = `dcop $dcopRef wasCancelled`; do
|
|
sleep 1
|
|
inc=$((`dcop $dcopRef progress` + 1))
|
|
dcop $dcopRef setProgress $inc;
|