diff audacious/main.c @ 192:0ee0b9b6db7e trunk

[svn] headless now working, use --headless if you wish to experiment.
author nenolod
date Mon, 14 Nov 2005 23:43:39 -0800
parents 885780effb5d
children 6ecdccd12cae
line wrap: on
line diff
--- a/audacious/main.c	Mon Nov 14 23:13:44 2005 -0800
+++ b/audacious/main.c	Mon Nov 14 23:43:39 2005 -0800
@@ -1036,11 +1036,12 @@
         mainwin_set_info_text();
         playlist_start_get_info_thread();
 
-        gtk_main();
-#if 0
         for (;;)
+	{
+	    ctrlsocket_check();
             xmms_usleep(10000);
-#endif
+        }
+
         return EXIT_SUCCESS;
     }
 }