Mercurial > pidgin
comparison src/multi.c @ 5401:e03f07e1f7f4
[gaim-migrate @ 5777]
show *** for proxy password
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 16 May 2003 20:27:39 +0000 |
| parents | 1f901484599d |
| children | 573501c63fef |
comparison
equal
deleted
inserted
replaced
| 5400:57b2986b62c3 | 5401:e03f07e1f7f4 |
|---|---|
| 1139 gtk_widget_show(label); | 1139 gtk_widget_show(label); |
| 1140 entry = gtk_entry_new(); | 1140 entry = gtk_entry_new(); |
| 1141 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | 1141 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); |
| 1142 gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 0); | 1142 gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 0); |
| 1143 gtk_entry_set_text(GTK_ENTRY(entry), gpi ? gpi->proxypass : ""); | 1143 gtk_entry_set_text(GTK_ENTRY(entry), gpi ? gpi->proxypass : ""); |
| 1144 gtk_entry_set_visibility(GTK_ENTRY(entry),FALSE); /*show *'s for passwd*/ | |
| 1144 gtk_widget_show(entry); | 1145 gtk_widget_show(entry); |
| 1145 ma->proxypass_entry = entry; | 1146 ma->proxypass_entry = entry; |
| 1146 | 1147 |
| 1147 if(gpi == NULL || gpi->proxytype == PROXY_NONE) | 1148 if(gpi == NULL || gpi->proxytype == PROXY_NONE) |
| 1148 gtk_widget_hide_all(vbox2); | 1149 gtk_widget_hide_all(vbox2); |
