summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-10-20 02:15:46 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-10-20 02:15:46 +0200
commit3c86fac055abc5c446801f5624d13a8edc352048 (patch)
tree73b54cf441200590d15f10ba330162f863a8b62f
parent182bc5bdf78e489a04d2774d83f71ed20d2df5d0 (diff)
downloadplay-3c86fac055abc5c446801f5624d13a8edc352048.tar.xz
play: fixed endless Working... status message
-rw-r--r--play2
1 files changed, 1 insertions, 1 deletions
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)