diff src/sid/xs_interface.c @ 1583:2b5768cdca7a

Use set_info(), blah and actually add at least the default sub-tune to playlist (wasn't added at all, if length wasn't known, fixed).
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 17:46:16 +0300
parents e566e18e9e3d
children a6115d004ec3
line wrap: on
line diff
--- a/src/sid/xs_interface.c	Mon Sep 03 10:59:32 2007 +0300
+++ b/src/sid/xs_interface.c	Mon Sep 03 17:46:16 2007 +0300
@@ -899,7 +899,7 @@
   gtk_container_add (GTK_CONTAINER (w_frame31), w_vbox35);
   gtk_container_set_border_width (GTK_CONTAINER (w_vbox35), 2);
 
-  cfg_subauto_enable = gtk_check_button_new_with_mnemonic (_("Add all sub-tunes to playlist"));
+  cfg_subauto_enable = gtk_check_button_new_with_mnemonic (_("Add sub-tunes to playlist"));
   gtk_widget_show (cfg_subauto_enable);
   gtk_box_pack_start (GTK_BOX (w_vbox35), cfg_subauto_enable, FALSE, FALSE, 0);