evolution r35412 - trunk/mail
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35412 - trunk/mail
- Date: Wed, 23 Apr 2008 10:57:24 +0100 (BST)
Author: mcrha
Date: Wed Apr 23 09:57:24 2008
New Revision: 35412
URL: http://svn.gnome.org/viewvc/evolution?rev=35412&view=rev
Log:
2008-04-23 Milan Crha <mcrha redhat com>
* em-format-html-display.c: (efhd_update_bar):
Compiler warning fix.
Modified:
trunk/mail/ChangeLog
trunk/mail/em-format-html-display.c
Modified: trunk/mail/em-format-html-display.c
==============================================================================
--- trunk/mail/em-format-html-display.c (original)
+++ trunk/mail/em-format-html-display.c Wed Apr 23 09:57:24 2008
@@ -2169,10 +2169,11 @@
EMFormatHTMLDisplay *efhd = (EMFormatHTMLDisplay *)efh;
struct _EMFormatHTMLDisplayPrivate *priv = efhd->priv;
- e_attachment_bar_refresh (priv->attachment_bar);
+ e_attachment_bar_refresh (E_ATTACHMENT_BAR (priv->attachment_bar));
return TRUE;
}
+
static gboolean
efhd_add_bar(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject *pobject)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]