comparison src/multi.c @ 968:10d8133ffab9

[gaim-migrate @ 978] stupid, stupid, stupid committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 10 Oct 2000 20:16:03 +0000
parents f7886476f9d9
children eb5a82d64ce5
comparison
equal deleted inserted replaced
967:17ff662183b2 968:10d8133ffab9
229 gtk_clist_set_text(GTK_CLIST(list), i, 2, (u->options & OPT_USR_AUTO) ? "True" : "False"); 229 gtk_clist_set_text(GTK_CLIST(list), i, 2, (u->options & OPT_USR_AUTO) ? "True" : "False");
230 gtk_clist_set_text(GTK_CLIST(list), i, 3, proto_name(u->protocol)); 230 gtk_clist_set_text(GTK_CLIST(list), i, 3, proto_name(u->protocol));
231 } else { 231 } else {
232 char *titles[4]; 232 char *titles[4];
233 txt = gtk_entry_get_text(GTK_ENTRY(tmpusr.name)); 233 txt = gtk_entry_get_text(GTK_ENTRY(tmpusr.name));
234 if (!find_user(txt)) { 234 if (find_user(txt)) {
235 /* PRPL: also need to check protocol. remember TOC and Oscar are both AIM */ 235 /* PRPL: also need to check protocol. remember TOC and Oscar are both AIM */
236 gtk_widget_destroy(newmod); 236 gtk_widget_destroy(newmod);
237 return; 237 return;
238 } 238 }
239 u = g_new0(struct aim_user, 1); 239 u = g_new0(struct aim_user, 1);