git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce572d7
)
note to myself: test before commit please
author
Rafaël Carré
<funman@videolan.org>
Tue, 11 Sep 2007 22:01:35 +0000
(22:01 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Tue, 11 Sep 2007 22:01:35 +0000
(22:01 +0000)
extras/mpris.py
patch
|
blob
|
history
diff --git
a/extras/mpris.py
b/extras/mpris.py
index
2df45ad
..
f5948df
100755
(executable)
--- 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()