comparison src/gtkutils.c @ 6429:bda4b264806a

[gaim-migrate @ 6937] Etan Reisner noticed this the other day, but noone was around to commit it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 11 Aug 2003 19:52:47 +0000
parents 4b2d8d7d0118
children 5211873190ea
comparison
equal deleted inserted replaced
6428:88f57a755373 6429:bda4b264806a
667 hbox = gtk_hbox_new(FALSE, 4); 667 hbox = gtk_hbox_new(FALSE, 4);
668 gtk_container_add(GTK_CONTAINER(item), hbox); 668 gtk_container_add(GTK_CONTAINER(item), hbox);
669 gtk_widget_show(hbox); 669 gtk_widget_show(hbox);
670 670
671 /* Load the image. */ 671 /* Load the image. */
672 proto_name = prpl_info->list_icon(NULL, NULL); 672 proto_name = prpl_info->list_icon(account, NULL);
673 g_snprintf(buf, sizeof(buf), "%s.png", proto_name); 673 g_snprintf(buf, sizeof(buf), "%s.png", proto_name);
674 674
675 filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", 675 filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status",
676 "default", buf, NULL); 676 "default", buf, NULL);
677 pixbuf = gdk_pixbuf_new_from_file(filename, NULL); 677 pixbuf = gdk_pixbuf_new_from_file(filename, NULL);