From 1ba6daf78e5d12759e8f3dcc6913c705fc5313bb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 08:56:08 +0100 Subject: [PATCH] do not auto-hide notify box when subscribing to feed --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index eea2515a..d14b632d 100644 --- a/functions.js +++ b/functions.js @@ -1483,7 +1483,7 @@ function qaddFeed() { return false; } - notify_progress("Adding feed..."); + notify_progress(__("Subscribing to feed..."), true); closeInfoBox(); -- 2.39.2