src/buddy_chat.c

changeset 5914
70c15057c4ea
parent 5882
fcc91619c54e
child 5943
8a052155157a
equal deleted inserted replaced
5913:4d016c00bb36 5914:70c15057c4ea
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();

mercurial