Searched refs:streaming_save_use (Results 1 – 1 of 1) sorted by relevance
121 static GtkWidget *streaming_proxy_port_entry, *streaming_save_use, *streaming_save_entry; variable188 …_cfg.stream.save_http_stream = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_save_use)); in flac_configurewin_ok()368 save_stream = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_save_use)); in streaming_save_use_cb()728 streaming_save_use = gtk_check_button_new_with_label(_("Save stream to disk")); in FLAC_XMMS__configure()729 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_save_use), flac_cfg.stream.save_http_stre… in FLAC_XMMS__configure()730 …gtk_signal_connect(GTK_OBJECT(streaming_save_use), "clicked", GTK_SIGNAL_FUNC(streaming_save_use_c… in FLAC_XMMS__configure()731 gtk_box_pack_start(GTK_BOX(streaming_save_vbox), streaming_save_use, FALSE, FALSE, 0); in FLAC_XMMS__configure()