mirror of
https://github.com/transmission/transmission
synced 2025-02-13 01:44:40 +00:00
(trunk gtk) #2013 "unable to connect to tracker via authenticated HTTP proxy server" -- fixed in GTK+ for 1.90
This commit is contained in:
parent
d835f48828
commit
c9c7b95ae8
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ trackerPage( GObject * core )
|
||||||
page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
|
page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
|
||||||
|
|
||||||
s = _( "Pass_word:" );
|
s = _( "Pass_word:" );
|
||||||
w = new_entry( TR_PREFS_KEY_RPC_PASSWORD, core );
|
w = new_entry( TR_PREFS_KEY_PROXY_PASSWORD, core );
|
||||||
gtk_entry_set_visibility( GTK_ENTRY( w ), FALSE );
|
gtk_entry_set_visibility( GTK_ENTRY( w ), FALSE );
|
||||||
page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
|
page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
|
||||||
w = hig_workarea_add_row( t, &row, s, w, NULL );
|
w = hig_workarea_add_row( t, &row, s, w, NULL );
|
||||||
|
|
Loading…
Reference in a new issue