comparison src/buddy_chat.c @ 5914:1344aeab6baa

[gaim-migrate @ 6346] I think this is better committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 17 Jun 2003 20:14:05 +0000
parents ea6dfabdf60f
children a4f2aba0848d
comparison
equal deleted inserted replaced
5913:9657e243d001 5914:1344aeab6baa
349 jc_vbox = gtk_vbox_new(FALSE, 5); 349 jc_vbox = gtk_vbox_new(FALSE, 5);
350 gtk_container_add(GTK_CONTAINER(fbox), jc_vbox); 350 gtk_container_add(GTK_CONTAINER(fbox), jc_vbox);
351 gtk_container_set_border_width(GTK_CONTAINER(jc_vbox), 0); 351 gtk_container_set_border_width(GTK_CONTAINER(jc_vbox), 0);
352 352
353 #else 353 #else
354 joinchatgc = connections->data; 354 joinchatgc = gaim_connections_get_all()->data;
355 #endif 355 #endif
356 rebuild_jc(); 356 rebuild_jc();
357 /* buttons */ 357 /* buttons */
358 358
359 sep = gtk_hseparator_new(); 359 sep = gtk_hseparator_new();