comparison src/audacious/main.c @ 4799:142a28417ced

- 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 20f868cd576b
comparison
equal deleted inserted replaced
4798:0ea6dd6bfb5a 4799:142a28417ced
356 print_version(); 356 print_version();
357 exit(EXIT_SUCCESS); 357 exit(EXIT_SUCCESS);
358 } 358 }
359 359
360 if (options.interface == NULL) 360 if (options.interface == NULL)
361 options.interface = g_strdup("default"); 361 options.interface = g_strdup("legacy");
362 362
363 handle_cmd_line_filenames(is_running); 363 handle_cmd_line_filenames(is_running);
364 364
365 #ifdef USE_DBUS 365 #ifdef USE_DBUS
366 if (is_running) 366 if (is_running)