aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-10-09 06:32:54 +0800
committerDan Vrátil <dvratil@redhat.com>2012-10-09 06:32:54 +0800
commit14ea17959765152019b4360eebc2790cfb2e9c29 (patch)
treed06086fd43f0ee4eba6c92e8df4e76b0da6e986c
parent5437fa7c354b5ddf12b4e13136834d86168e3580 (diff)
downloadgsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.tar
gsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.tar.gz
gsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.tar.bz2
gsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.tar.lz
gsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.tar.xz
gsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.tar.zst
gsoc2013-evolution-14ea17959765152019b4360eebc2790cfb2e9c29.zip
Don't rely on user's $PATH, use HIGHLIGHT_COMMAND defined by configure
-rw-r--r--modules/text-highlight/e-mail-formatter-text-highlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text-highlight/e-mail-formatter-text-highlight.c b/modules/text-highlight/e-mail-formatter-text-highlight.c
index e0a892cd20..18ef3d864b 100644
--- a/modules/text-highlight/e-mail-formatter-text-highlight.c
+++ b/modules/text-highlight/e-mail-formatter-text-highlight.c
@@ -197,7 +197,7 @@ emfe_text_highlight_format (EMailFormatterExtension *extension,
EShell *shell;
EShellSettings *settings;
PangoFontDescription *fd;
- const gchar *argv[] = { "highlight",
+ const gchar *argv[] = { HIGHLIGHT_COMMAND,
NULL, /* --font= */
NULL, /* --font-size= */
NULL, /* --syntax= */