Home
last modified time | relevance | path

Searched refs:streaming_proxy_auth_user_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
178 if(strlen(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_auth_user_entry))) > 0) in flac_configurewin_ok()
179 …c_cfg.stream.proxy_user = g_strdup(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_auth_user_entry))); in flac_configurewin_ok()
702 streaming_proxy_auth_user_entry = gtk_entry_new(); in FLAC_XMMS__configure()
704 gtk_entry_set_text(GTK_ENTRY(streaming_proxy_auth_user_entry), flac_cfg.stream.proxy_user); in FLAC_XMMS__configure()
705 …gtk_box_pack_start(GTK_BOX(streaming_proxy_auth_hbox), streaming_proxy_auth_user_entry, TRUE, TRUE… in FLAC_XMMS__configure()