From 14ea17959765152019b4360eebc2790cfb2e9c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 9 Oct 2012 00:32:54 +0200 Subject: Don't rely on user's $PATH, use HIGHLIGHT_COMMAND defined by configure --- modules/text-highlight/e-mail-formatter-text-highlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/text-highlight') 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= */ -- cgit v1.2.3