From 4e96058d09f0ad61e625cff342faa3ec732e6a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 11 Sep 2007 22:01:35 +0000 Subject: [PATCH] note to myself: test before commit please --- extras/mpris.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/mpris.py b/extras/mpris.py index 2df45adae4..f5948dfca2 100755 --- a/extras/mpris.py +++ b/extras/mpris.py @@ -282,7 +282,7 @@ try: os.chdir(library) bt_file.set_current_folder(library) except: - bt_file.set_current_folder(os.path.expanduser("~") + bt_file.set_current_folder(os.path.expanduser("~")) #connect to the bus bus = dbus.SessionBus()