Play a startup sound if it exists.

This commit is contained in:
Marco Pesenti Gritti
2007-09-22 14:49:21 +02:00
parent d8a5fed0e0
commit 9ffcbfca4d
2 changed files with 13 additions and 3 deletions
+3
View File
@@ -73,6 +73,9 @@ def get_user_library_path():
def get_locale_path(path=None):
return _get_prefix_path('share/locale', path)
def get_sounds_path(path=None):
return _get_prefix_path('share/sounds', path)
def get_bin_path(path=None):
return _get_sugar_path('bin', path)