diff src/audacious/main.c @ 4797:9b9bcf252a10

- provide a way to query current interface. - revive visualization when legacy interface is chosen.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 11 Oct 2008 07:43:44 +0900
parents c2886b393206
children 0ea6dd6bfb5a
line wrap: on
line diff
--- a/src/audacious/main.c	Sat Oct 11 02:32:37 2008 +0900
+++ b/src/audacious/main.c	Sat Oct 11 07:43:44 2008 +0900
@@ -445,7 +445,7 @@
         gpointer def)
 {
     Playlist *playlist = playlist_new();
-    
+
     if (!playlist) {
         g_warning("Couldn't create new playlist for %s / %s\n", path, basename);
         return FALSE;
@@ -588,7 +588,7 @@
 
     g_message("Initializing plugin subsystems...");
     plugin_system_init();
-    
+
     g_message("Setting up playlists");
     playlist_system_init();