2007-10-09 [paul] 3.0.2cvs46
[claws.git] / src / summaryview.c
index cfb9f49c6db7d37c1a4baca6dfeca661d59afec2..44f2e412e8ce56856f02075bc446ab5c6ca7f7f6 100644 (file)
@@ -4325,13 +4325,16 @@ void summary_add_address(SummaryView *summaryview)
            full_msginfo->extradata &&
            full_msginfo->extradata->face) {
                image = face_get_from_header(full_msginfo->extradata->face);
-       } else if (full_msginfo &&
+       } 
+#if HAVE_LIBCOMPFACE
+       else if (full_msginfo &&
                 full_msginfo->extradata &&
                 full_msginfo->extradata->xface) {
                image = xface_get_from_header(full_msginfo->extradata->xface,
                                &summaryview->ctree->style->white,
                                summaryview->mainwin->window->window);  
        }
+#endif
        procmsg_msginfo_free(full_msginfo);
        if (image)
                picture = gtk_image_get_pixbuf(GTK_IMAGE(image));