comparison src/dialogs.c @ 5925:6690934e5ea6

[gaim-migrate @ 6365] fix my breaking of right-clicking on anything but chats in the buddy list also make certain fields (passwords) for the in-blist chats not show up in the tooltip committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 20 Jun 2003 03:41:15 +0000
parents c304abc3e68b
children a4f2aba0848d
comparison
equal deleted inserted replaced
5924:c304abc3e68b 5925:6690934e5ea6
1144 1144
1145 if(focus) { 1145 if(focus) {
1146 gtk_widget_grab_focus(entry); 1146 gtk_widget_grab_focus(entry);
1147 focus = FALSE; 1147 focus = FALSE;
1148 } 1148 }
1149
1150 if(pce->secret)
1151 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE);
1149 1152
1150 gtk_box_pack_end(GTK_BOX(rowbox), entry, TRUE, TRUE, 0); 1153 gtk_box_pack_end(GTK_BOX(rowbox), entry, TRUE, TRUE, 0);
1151 1154
1152 g_signal_connect(G_OBJECT(entry), "activate", 1155 g_signal_connect(G_OBJECT(entry), "activate",
1153 G_CALLBACK(do_add_chat), ac); 1156 G_CALLBACK(do_add_chat), ac);