comparison src/audacious/main.c @ 2700:2d1837805ca4 trunk

[svn] Improved DBus initialization and fixed a warning.
author magma
date Sat, 05 May 2007 16:50:36 -0700
parents 4c4c8b294287
children 47ea8eedd428
comparison
equal deleted inserted replaced
2699:dbeef899d16a 2700:2d1837805ca4
1187 1187
1188 if (options.headless != 1) 1188 if (options.headless != 1)
1189 GDK_THREADS_LEAVE(); 1189 GDK_THREADS_LEAVE();
1190 1190
1191 #ifdef USE_DBUS 1191 #ifdef USE_DBUS
1192 RemoteObject *object = init_dbus(); 1192 init_dbus();
1193 #endif 1193 #endif
1194 1194
1195 ctrlsocket_start(); 1195 ctrlsocket_start();
1196 1196
1197 handle_cmd_line_options(&options, FALSE); 1197 handle_cmd_line_options(&options, FALSE);