comparison src/xs_config.c @ 745:9dc5378cc806

Remove XMMS_EXTRA stuff, as we require XMMS 1.2.10+ now.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:24:49 +0200
parents 9321ffa2ea7e
children d9d769b5dbe2
comparison
equal deleted inserted replaced
744:c7fa50576c70 745:9dc5378cc806
278 #else 278 #else
279 xs_cfg.subsongControl = XS_SSC_POPUP; 279 xs_cfg.subsongControl = XS_SSC_POPUP;
280 #endif 280 #endif
281 xs_cfg.detectMagic = FALSE; 281 xs_cfg.detectMagic = FALSE;
282 282
283 #ifndef HAVE_XMMSEXTRA 283 xs_cfg.titleOverride = FALSE;
284 xs_cfg.titleOverride = TRUE;
285 #endif
286 284
287 #ifdef AUDACIOUS_PLUGIN 285 #ifdef AUDACIOUS_PLUGIN
288 xs_pstrcpy(&xs_cfg.titleFormat, "${artist} - ${title} (${copyright}) <${subsong-id}/${subsong-num}> [${sid-model}/${sid-speed}]"); 286 xs_pstrcpy(&xs_cfg.titleFormat, "${artist} - ${title} (${copyright}) <${subsong-id}/${subsong-num}> [${sid-model}/${sid-speed}]");
289 #else 287 #else
290 xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) <%n/%N> [%m/%C]"); 288 xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) <%n/%N> [%m/%C]");
1443 gtk_widget_set_sensitive(LUW("cfg_box_filter_sidplay2"), FALSE); 1441 gtk_widget_set_sensitive(LUW("cfg_box_filter_sidplay2"), FALSE);
1444 #endif 1442 #endif
1445 1443
1446 gtk_widget_set_sensitive(LUW("cfg_resid_frame"), FALSE); 1444 gtk_widget_set_sensitive(LUW("cfg_resid_frame"), FALSE);
1447 1445
1448 #if !defined(HAVE_XMMSEXTRA) && !defined(AUDACIOUS_PLUGIN)
1449 gtk_widget_set_sensitive(LUW("cfg_ftitle_override"), FALSE);
1450 xs_cfg.titleOverride = TRUE;
1451 #endif
1452
1453 #if !defined(HAVE_SONG_POSITION) && !defined(AUDACIOUS_PLUGIN) 1446 #if !defined(HAVE_SONG_POSITION) && !defined(AUDACIOUS_PLUGIN)
1454 gtk_widget_set_sensitive(LUW("cfg_subctrl_patch"), FALSE); 1447 gtk_widget_set_sensitive(LUW("cfg_subctrl_patch"), FALSE);
1455 #endif 1448 #endif
1456 1449
1457 xs_cfg_ftitle_override_toggled(GTK_TOGGLE_BUTTON(LUW("cfg_ftitle_override")), NULL); 1450 xs_cfg_ftitle_override_toggled(GTK_TOGGLE_BUTTON(LUW("cfg_ftitle_override")), NULL);