aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-21 01:32:25 +0800
committerDan Winship <danw@src.gnome.org>2000-04-21 01:32:25 +0800
commit61c60ece014e3987f34357ac44942176233d2659 (patch)
tree5b587379f26eb5fe13b8baa963464b5172a57bb1 /mail/mail-display.c
parent2cd4886f35e49f5b6840ed2f9271647208195727 (diff)
downloadgsoc2013-evolution-61c60ece014e3987f34357ac44942176233d2659.tar.gz
gsoc2013-evolution-61c60ece014e3987f34357ac44942176233d2659.tar.zst
gsoc2013-evolution-61c60ece014e3987f34357ac44942176233d2659.zip
update for bonobo change, and remove a now-unused variable.
* mail-display.c: update for bonobo change, and remove a now-unused variable. svn path=/trunk/; revision=2525
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c45
1 files changed, 2 insertions, 43 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index d36cf5cd20..b365df7232 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -24,47 +24,6 @@
static GtkObjectClass *mail_display_parent_class;
-
-
-static gchar default_header_html_string[] = "\n\
-<!doctype html public \"-//w3c//dtd html 4.0 transitional//en\">\n\
-<html>\n\
-<head>\n\
- <meta name=\"GENERATOR\" content=\"Evolution Mail Component (Rhon Rhon release)\">\n\
-</head>\n\
-<body text=\"#000000\" bgcolor=\"#999999\">\n\
-<table CELLSPACING=0 WIDTH=\"100\%\">\n\
-<tr>\n\
-<td><b>From:&nbsp;</b></td>\n\
-<td><b>To:&nbsp;</b></td>\n\
-</tr>\n\
-\n\
-<tr>\n\
-<td><b>Subject:&nbsp;</b></td>\n\
-<td><b>Cc:&nbsp;</b></td>\n\
-</tr>\n\
-</table>\n\
-</body>\n\
-</html>\n\
-";
-
-
-
-static gchar default_body_html_string[] = "\n\
-<!doctype html public \"-//w3c//dtd html 4.0 transitional//en\">\n\
-<html>\n\
-<head>\n\
- <meta name=\"GENERATOR\" content=\"Evolution Mail Component (Rhon Rhon release)\">\n\
-</head>\n\
-<body text=\"#000000\" bgcolor=\"#FFFFFF\">\n\
-<center>\n\
-Nothing to display in this view\n\
-</center>\n\
-</body>\n\
-</html>\n\
-";
-
-
/*----------------------------------------------------------------------*
* Helper utility functions
*----------------------------------------------------------------------*/
@@ -78,7 +37,7 @@ hydrate_persist_stream_from_gstring (Bonobo_PersistStream persist_stream,
{
CORBA_Environment ev;
BonoboStream* mem_stream =
- bonobo_stream_mem_create (gstr->str, gstr->len, TRUE);
+ bonobo_stream_mem_create (gstr->str, gstr->len, TRUE, FALSE);
CORBA_Object mem_stream_corba =
bonobo_object_corba_objref (BONOBO_OBJECT (mem_stream));
@@ -257,7 +216,7 @@ on_object_requested (GtkHTML *html, GtkHTMLEmbedded *eb, void *unused)
CORBA_Object_release (persist, &ev);
CORBA_exception_free (&ev);
- g_string_free (camel_stream_gstr, FALSE);
+ g_string_free (camel_stream_gstr, TRUE);
}
-09-218-21/+12 * - Use USES=gmakesunpoet2013-09-171-7/+2 * - convert to the new perl5 frameworkaz2013-09-131-3/+2 * 1. Introduce using iconv with arguments:bsam2013-09-021-3/+1 * Update to 4.0.5.jkim2013-08-231-4/+4 * - Convert to new perl frameworkaz2013-08-041-1/+2 * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-651/+0 * Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-101-0/+1 * KDE4 l10n fixes.rakuco2013-07-102-3/+1 * Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2 * Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-2/+2 * Update to 4.0.4.jkim2013-06-201-4/+4 * KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+2 * Update to 4.0.3.jkim2013-05-101-4/+4 * Add some shebangfix to allow building most of the ports tree without /usr/bin...bapt2013-05-071-5/+3 * - Convert USE_GETTEXT to USES (part 2)ak2013-04-241-1/+1 * Update to 4.0.2.jkim2013-04-171-4/+4 * KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-273-6/+8 * Update to 4.0.1.jkim2013-03-091-4/+4 * Update to 3.6.5.jkim2013-02-051-4/+4 * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-18/+18 * - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3 * - Update to 3.5.7.jkim2012-10-272-9/+4 * - Update to 3.5.6.jkim2012-08-241-4/+4 * - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4 * - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4 * KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-152-3/+2 * - update png to 1.5.10dinoex2012-06-012-1/+2 * - Remove koffice-i18n ports, as they are not very useful withoutavilla2012-05-315-59/+0 * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-252-10/+12 * - upgrade to 3.5.2bapt2012-04-234-0/+22 * - Add my LOCAL to MASTER_SITESsunpoet2012-04-181-1/+2 * - update to 1.2bapt2012-04-102-5/+4 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-251-2/+2 * - Pass maintainership to office@FreeBSD.orgsunpoet2011-11-291-1/+1 * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2 * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-4/+11 * - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellsunpoet2011-08-182-2/+3 * - Unify COMMENT and pkg-descrsunpoet2011-08-132-2/+2 * - Pet portlint(1)culot2011-08-092-5/+4 * - Move language prefix to PKGNAMEPREFIXsunpoet2011-07-291-10/+10 * - Fix typosunpoet2011-07-251-1/+1 * Pass matainership to the new office teambapt2011-07-221-1/+1 * Add hebrew hunspell dictionnarybapt2011-07-204-0/+43 * Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-082-2/+2 * Update KDE Software Compilation ports to 4.6.5makc2011-07-082-2/+22 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2 * Update KDE Software Compilation ports to 4.6.3makc2011-05-171-2/+2 * The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-071-2/+2 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-252-10/+25 * - Get Rid MD5 supportmiwi2011-03-197-7/+0 * - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-081-2/+2 * KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-031-2/+2 * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-041-3/+2 * KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-061-3/+3 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-4/+2 * KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-032-41/+8 * Update to 1.1makc2010-08-012-5/+5 * Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3 * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-3/+6 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-312-2/+2 * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-15/+37 * - update to 1.4.1dinoex2010-03-283-2/+3 * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3 * - update to jpeg-8dinoex2010-02-053-2/+3 * - use $SUB_FILES to dynamically adjust pkg-messagepgollucci2010-01-312-1/+3 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0 * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+10 * - Remove hebrew/geresh; no longer maintained upstreamtabthorpe2009-10-086-108/+0 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-022-4/+4 * These ports need an update to work with the new paragraph embedding levelmarcus2009-08-241-0/+2 * Chase the fribidi shared lib bump.marcus2009-08-231-1/+2 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * clean upmakc2009-08-081-3/+0 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-14/+14 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-313-1/+3 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-6/+6