Searched refs:streaming_proxy_auth_use (Results 1 – 1 of 1) sorted by relevance
122 static GtkWidget *streaming_proxy_auth_use; variable173 ….stream.proxy_use_auth = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_proxy_auth_use)); in flac_configurewin_ok()324 use_proxy_auth = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_proxy_auth_use)); in proxy_use_cb()327 gtk_widget_set_sensitive(streaming_proxy_auth_use, use_proxy); in proxy_use_cb()338 use_proxy_auth = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_proxy_auth_use)); in proxy_auth_use_cb()689 streaming_proxy_auth_use = gtk_check_button_new_with_label(_("Use authentication")); in FLAC_XMMS__configure()690 gtk_widget_set_sensitive(streaming_proxy_auth_use, flac_cfg.stream.use_proxy); in FLAC_XMMS__configure()691 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_proxy_auth_use), flac_cfg.stream.proxy_us… in FLAC_XMMS__configure()692 …gtk_signal_connect(GTK_OBJECT(streaming_proxy_auth_use), "clicked", GTK_SIGNAL_FUNC(proxy_auth_use… in FLAC_XMMS__configure()693 gtk_box_pack_start(GTK_BOX(streaming_proxy_vbox), streaming_proxy_auth_use, FALSE, FALSE, 0); in FLAC_XMMS__configure()