aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2000-11-22 22:26:20 +0800
committerRadek Doulik <rodo@src.gnome.org>2000-11-22 22:26:20 +0800
commit622ea8d512d64d4f39929d0569698c3aab73dcdb (patch)
treee063b714f72578f35dea17902824d6e857f7d1b0 /composer
parent7d451013df9df568253799b808eb4c37ecfe33dc (diff)
downloadgsoc2013-evolution-622ea8d512d64d4f39929d0569698c3aab73dcdb.tar.gz
gsoc2013-evolution-622ea8d512d64d4f39929d0569698c3aab73dcdb.tar.zst
gsoc2013-evolution-622ea8d512d64d4f39929d0569698c3aab73dcdb.zip
debug printf
svn path=/trunk/; revision=6650
Diffstat (limited to 'composer')
-rw-r--r--composer/listener.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer/listener.c b/composer/listener.c
index f325808010..faa26b7644 100644
--- a/composer/listener.c
+++ b/composer/listener.c
@@ -50,6 +50,8 @@ resolve_image_url (HTMLEditorListener *l, gchar *url)
{
gchar *cid = NULL;
+ printf ("resolve_image_url %s\n", url);
+
if (!strncmp (url, "file:", 5)) {
gchar *id;
@@ -59,6 +61,7 @@ resolve_image_url (HTMLEditorListener *l, gchar *url)
g_hash_table_insert (l->composer->inline_images, g_strdup (url + 5), id);
}
cid = g_strconcat ("cid:", id, NULL);
+ printf ("resolved to %s\n", cid);
}
return cid;
ns'>-1/+1 * Replace lang/lua with the new lang/lua51bapt2014-05-261-1/+1 * . Support STAGEgarga2014-03-282-6/+4 * Mark FASTMEM option as broken on 10.xbeat2013-12-271-0/+4 * - Remove option to build with ruby18tabthorpe2013-10-111-7/+7 * Fix a syntax error introduced on my last commitgarga2013-10-071-1/+1 * Detect libexecinfo present on /usr and fix build on -CURRENTgarga2013-10-041-1/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - convert to the new perl5 frameworkaz2013-09-141-3/+2 * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1 * Convert USE_BISON to USES= bisonbapt2013-03-081-6/+2 * Update ports that refer to net/samba34 to use newer net/samba36timur2013-02-011-1/+1 * Fix typo.ale2012-09-191-1/+1 * - Chase new spidermonkey location [1]beat2012-09-171-55/+47 * - Add option to disable mouse supportbeat2012-02-201-1/+8 * - Disable broken zlib support. Otherwise some web pages will fail to loadbeat2011-12-271-1/+3 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-1/+1 * Change default samba versiongarga2010-09-151-2/+4 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 * - Correct libfsp library path to fix build with WITH_FSP.beat2009-09-091-2/+2 * - Update to 0.11.7beat2009-08-252-4/+4 * - Update to 0.11.6beat2009-03-222-5/+4 * Update my email address to @FreeBSD.org.beat2009-01-291-1/+1 * - Chase lang/guile shlib bumpmiwi2009-01-231-0/+1 * - Pass maintainership to submittermiwi2009-01-051-1/+1 * - Update to 0.11.5wxs2008-11-272-7/+6 * - Update to 0.11.4miwi2008-10-135-41/+4 * Remove patch-configure, forgot it in my last commit.wxs2008-06-131-11/+0 * Update to 0.11.4rc1wxs2008-06-132-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Migration from bison 1.x to 2.xade2007-10-171-2/+2 * Fix Lua detection.arved2007-07-302-1/+13 * - Welcome X.org 7.2 \o/.flz2007-05-202-22/+1 * - Update to 0.11.2miwi2007-02-262-4/+4 * - Doesn't build when asciidoc is installed because of typo in configure.stas2006-10-032-1/+20 * Modify these files to reflect bsd.lua.mk as tested on the cluster.linimon2006-09-15