Home
last modified time | relevance | path

Searched refs:streaming_proxy_auth_pass_entry (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.c123 static GtkWidget *streaming_proxy_auth_pass_entry, *streaming_proxy_auth_user_entry; variable
184 if(strlen(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_auth_pass_entry))) > 0) in flac_configurewin_ok()
185 …c_cfg.stream.proxy_pass = g_strdup(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_auth_pass_entry))); in flac_configurewin_ok()
710 streaming_proxy_auth_pass_entry = gtk_entry_new(); in FLAC_XMMS__configure()
712 gtk_entry_set_text(GTK_ENTRY(streaming_proxy_auth_pass_entry), flac_cfg.stream.proxy_pass); in FLAC_XMMS__configure()
713 gtk_entry_set_visibility(GTK_ENTRY(streaming_proxy_auth_pass_entry), FALSE); in FLAC_XMMS__configure()
714 …gtk_box_pack_start(GTK_BOX(streaming_proxy_auth_hbox), streaming_proxy_auth_pass_entry, TRUE, TRUE… in FLAC_XMMS__configure()