Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1582:89fb1700313a | 1583:2b5768cdca7a |
|---|---|
| 897 w_vbox35 = gtk_vbox_new (FALSE, 2); | 897 w_vbox35 = gtk_vbox_new (FALSE, 2); |
| 898 gtk_widget_show (w_vbox35); | 898 gtk_widget_show (w_vbox35); |
| 899 gtk_container_add (GTK_CONTAINER (w_frame31), w_vbox35); | 899 gtk_container_add (GTK_CONTAINER (w_frame31), w_vbox35); |
| 900 gtk_container_set_border_width (GTK_CONTAINER (w_vbox35), 2); | 900 gtk_container_set_border_width (GTK_CONTAINER (w_vbox35), 2); |
| 901 | 901 |
| 902 cfg_subauto_enable = gtk_check_button_new_with_mnemonic (_("Add all sub-tunes to playlist")); | 902 cfg_subauto_enable = gtk_check_button_new_with_mnemonic (_("Add sub-tunes to playlist")); |
| 903 gtk_widget_show (cfg_subauto_enable); | 903 gtk_widget_show (cfg_subauto_enable); |
| 904 gtk_box_pack_start (GTK_BOX (w_vbox35), cfg_subauto_enable, FALSE, FALSE, 0); | 904 gtk_box_pack_start (GTK_BOX (w_vbox35), cfg_subauto_enable, FALSE, FALSE, 0); |
| 905 | 905 |
| 906 cfg_subauto_min_only = gtk_check_button_new_with_mnemonic (_("Only tunes with specified minimum length ")); | 906 cfg_subauto_min_only = gtk_check_button_new_with_mnemonic (_("Only tunes with specified minimum length ")); |
| 907 gtk_widget_show (cfg_subauto_min_only); | 907 gtk_widget_show (cfg_subauto_min_only); |
