From 5cb09f50acd2cbad97effa5d6465905604a70428 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 11 Oct 2008 20:24:12 +0000 Subject: [PATCH] don't time out new LP bug notifications --- irssi-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irssi-notify b/irssi-notify index 738c563..de6acf7 100755 --- a/irssi-notify +++ b/irssi-notify @@ -16,7 +16,7 @@ ssh -n riva irssi-notify-server | \ message="${message#* }" imp="${message%% *}" message="${message#* }" - notify-send -i gtk-dialog-info -t 30000 -- \ + notify-send -i gtk-dialog-info -t 0 -- \ "New LP bug $bug ($imp)" \ "$message" ;; -- 2.30.2