From 3c86fac055abc5c446801f5624d13a8edc352048 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 20 Oct 2010 02:15:46 +0200 Subject: play: fixed endless Working... status message --- play | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play b/play index 7f66294..7b19fc7 100644 --- a/play +++ b/play @@ -971,7 +971,7 @@ class PlaylistWindow(TagListWindow): def add(self, pathname, quiet=0): try: if os.path.isdir(pathname): - app.status(_("Working...")) + app.status(_("Working..."), 10) self.add_dir(pathname) elif VALID_PLAYLIST(pathname): self.add_playlist(pathname) -- cgit v1.2.3