comparison src/gtkprefs.c @ 11986:bfbb1798535e

[gaim-migrate @ 14279] Switch to using the unicode character 0x25cf instead of an asterisk as our password masking character. In the words of the great Christian Hammond, "By the way, isn't it about time we replace the asterisk in masked entries with that unicode character for the round filled circle ("?")? The asterisk is so 1980s." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Nov 2005 23:42:35 +0000
parents 41d84ac57cb6
children 29dc8fc0dd6c
comparison
equal deleted inserted replaced
11985:41d84ac57cb6 11986:bfbb1798535e
1089 1089
1090 entry = gtk_entry_new(); 1090 entry = gtk_entry_new();
1091 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); 1091 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry);
1092 gtk_table_attach(GTK_TABLE(table), entry, 3, 4, 1, 2, GTK_FILL , 0, 0, 0); 1092 gtk_table_attach(GTK_TABLE(table), entry, 3, 4, 1, 2, GTK_FILL , 0, 0, 0);
1093 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE); 1093 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE);
1094 gtk_entry_set_invisible_char(GTK_ENTRY(entry), GAIM_INVISIBLE_CHAR);
1094 g_signal_connect(G_OBJECT(entry), "changed", 1095 g_signal_connect(G_OBJECT(entry), "changed",
1095 G_CALLBACK(proxy_print_option), (void *)PROXYPASS); 1096 G_CALLBACK(proxy_print_option), (void *)PROXYPASS);
1096 1097
1097 if (proxy_info != NULL && gaim_proxy_info_get_password(proxy_info) != NULL) 1098 if (proxy_info != NULL && gaim_proxy_info_get_password(proxy_info) != NULL)
1098 gtk_entry_set_text(GTK_ENTRY(entry), 1099 gtk_entry_set_text(GTK_ENTRY(entry),