Changeset 10127
- Timestamp:
- Feb 7, 2010, 5:15:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr-prefs.c
r10065 r10127 1024 1024 1025 1025 s = _( "Pass_word:" ); 1026 w = new_entry( TR_PREFS_KEY_ RPC_PASSWORD, core );1026 w = new_entry( TR_PREFS_KEY_PROXY_PASSWORD, core ); 1027 1027 gtk_entry_set_visibility( GTK_ENTRY( w ), FALSE ); 1028 1028 page->proxy_auth_widgets = g_slist_append( page->proxy_auth_widgets, w );
Note: See TracChangeset
for help on using the changeset viewer.