comparison src/paranormal/plugin.c @ 152:7b8588691a95 trunk

[svn] - don't replace our configuration - configure box tweaks
author nenolod
date Mon, 30 Oct 2006 23:35:14 -0800
parents 3c8ff183766f
children 34b6f9d5633a
comparison
equal deleted inserted replaced
151:3c8ff183766f 152:7b8588691a95
297 } 297 }
298 298
299 static void 299 static void
300 pn_xmms_configure (void) 300 pn_xmms_configure (void)
301 { 301 {
302 load_pn_rc ();
303
304 /* We should already have a GDK_THREADS_ENTER 302 /* We should already have a GDK_THREADS_ENTER
305 but we need to give it config_mutex */ 303 but we need to give it config_mutex */
306 if (config_mutex) 304 if (config_mutex)
307 SDL_mutexP (config_mutex); 305 SDL_mutexP (config_mutex);
308 306