comparison src/buddy.c @ 2886:9571d6794ef3

[gaim-migrate @ 2899] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 14 Dec 2001 20:39:26 +0000
parents c12e3e66d54a
children 538c58b43eff
comparison
equal deleted inserted replaced
2885:f72efa29c109 2886:9571d6794ef3
1380 if (c == NULL) { 1380 if (c == NULL) {
1381 c = new_conversation(b->name); 1381 c = new_conversation(b->name);
1382 } else { 1382 } else {
1383 gdk_window_raise(c->window->window); 1383 gdk_window_raise(c->window->window);
1384 } 1384 }
1385
1386 set_convo_gc(c, b->connlist->data);
1385 } 1387 }
1386 1388
1387 1389
1388 static void info_callback(GtkWidget *widget, GtkTree *tree) 1390 static void info_callback(GtkWidget *widget, GtkTree *tree)
1389 { 1391 {