comparison src/audacious/main.c @ 3165:8775dfc57ead trunk

Remove mainwin_set_info_text() craq. Still some work to do.
author William Pitcock <nenolod@atheme-project.org>
date Wed, 25 Jul 2007 15:46:00 -0500
parents 6494bb1f23a4
children e91acf24afbc
comparison
equal deleted inserted replaced
3160:03ff51c6412f 3165:8775dfc57ead
1225 mainwin_setup_menus(); 1225 mainwin_setup_menus();
1226 1226
1227 if (options.headless != 1) 1227 if (options.headless != 1)
1228 { 1228 {
1229 read_volume(VOLSET_STARTUP); 1229 read_volume(VOLSET_STARTUP);
1230 mainwin_set_info_text();
1231 1230
1232 /* FIXME: delayed, because it deals directly with the plugin 1231 /* FIXME: delayed, because it deals directly with the plugin
1233 * interface to set menu items */ 1232 * interface to set menu items */
1234 create_prefs_window(); 1233 create_prefs_window();
1235 1234
1294 // if we are running headless 1293 // if we are running headless
1295 else 1294 else
1296 { 1295 {
1297 GMainLoop *loop; 1296 GMainLoop *loop;
1298 1297
1299 mainwin_set_info_text();
1300 playlist_start_get_info_thread(); 1298 playlist_start_get_info_thread();
1301 1299
1302 loop = g_main_loop_new(NULL, TRUE); 1300 loop = g_main_loop_new(NULL, TRUE);
1303 g_timeout_add(10, aud_headless_iteration, NULL); 1301 g_timeout_add(10, aud_headless_iteration, NULL);
1304 g_main_loop_run(loop); 1302 g_main_loop_run(loop);