- renamed executable as audlegacy
- made the legacy interface default.
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Mon, 24 Nov 2008 22:25:58 +0900 |
parents |
0ea6dd6bfb5a |
children |
2a1d4918ca2a |
files |
src/audacious/Makefile src/audacious/main.c |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/src/audacious/Makefile Mon Nov 24 21:16:26 2008 +0900
+++ b/src/audacious/Makefile Mon Nov 24 22:25:58 2008 +0900
@@ -2,7 +2,7 @@
SUBDIRS = ${INTL_OBJECTIVE}
-PROG = audacious${PROG_SUFFIX}
+PROG = audlegacy${PROG_SUFFIX}
SRCS = af_equalizer.c \
auddrct.c \
audconfig.c \
--- a/src/audacious/main.c Mon Nov 24 21:16:26 2008 +0900
+++ b/src/audacious/main.c Mon Nov 24 22:25:58 2008 +0900
@@ -358,7 +358,7 @@
}
if (options.interface == NULL)
- options.interface = g_strdup("default");
+ options.interface = g_strdup("legacy");
handle_cmd_line_filenames(is_running);