comparison plugins/gevolution/gevolution.c @ 10884:5cda52915a1f

[gaim-migrate @ 12582] Rename create_prpl_icon to gaim_gtk_create_prpl_icon, remove some dead code from gtkconv, and use G_MODULE_BIND_LOCAL - this breaks perl plugins, and should be added to the list of things that need fixing to save perl. Semi-fix the raw plugin too, but only if your filesystem is being friendly in where it puts stuff. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 28 Apr 2005 01:06:31 +0000
parents ea65b2abd8d2
children 50224ac8184d
comparison
equal deleted inserted replaced
10883:b0fdadf463d4 10884:5cda52915a1f
413 413
414 gaim_debug_info("evolution", "Adding account\n"); 414 gaim_debug_info("evolution", "Adding account\n");
415 415
416 gtk_list_store_append(model, &iter); 416 gtk_list_store_append(model, &iter);
417 417
418 pixbuf = create_prpl_icon(account); 418 pixbuf = gaim_gtk_create_prpl_icon(account);
419 419
420 if (pixbuf != NULL) 420 if (pixbuf != NULL)
421 { 421 {
422 scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, 422 scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16,
423 GDK_INTERP_BILINEAR); 423 GDK_INTERP_BILINEAR);