[kupfer: 4/7] audacious: Adapt to audacious 3
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer: 4/7] audacious: Adapt to audacious 3
- Date: Tue, 22 May 2012 15:22:22 +0000 (UTC)
commit 3f33f1e89b3acfc7f34d28333ef5672d31326505
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Thu Mar 15 20:35:36 2012 +0100
audacious: Adapt to audacious 3
kupfer/plugin/audacious.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/plugin/audacious.py b/kupfer/plugin/audacious.py
index b62840d..e38ef97 100644
--- a/kupfer/plugin/audacious.py
+++ b/kupfer/plugin/audacious.py
@@ -23,8 +23,8 @@ __kupfer_settings__ = plugin_support.PluginSettings(
},
)
-AUDTOOL = "audtool2"
-AUDACIOUS = "audacious2"
+AUDTOOL = "audtool"
+AUDACIOUS = "audacious"
def enqueue_song(info):
utils.spawn_async((AUDTOOL, "playqueue-add", "%d" % info))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]