]> granicus.if.org Git - transmission/commitdiff
(trunk gtk) #2013 "unable to connect to tracker via authenticated HTTP proxy server...
authorCharles Kerr <charles@transmissionbt.com>
Sun, 7 Feb 2010 05:15:53 +0000 (05:15 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 7 Feb 2010 05:15:53 +0000 (05:15 +0000)
gtk/tr-prefs.c

index 178cfe7bb0e61ffa9dbac1014c2d5e6334e47ae8..2219922a785520d5c217dce1c9ceca8fda8d7d31 100644 (file)
@@ -1023,7 +1023,7 @@ trackerPage( GObject * core )
     page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
 
     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 );
     page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
     w = hig_workarea_add_row( t, &row, s, w, NULL );