[evolution] Ouch, fix a typo!
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Ouch, fix a typo!
- Date: Mon, 17 May 2010 07:44:01 +0000 (UTC)
commit a9a4178fe5928bafb3b2cabd437cb554f0d70c30
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Mon May 17 09:42:10 2010 +0200
Ouch, fix a typo!
e-util/e-win32-defaults.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-win32-defaults.c b/e-util/e-win32-defaults.c
index eca9249..99b19d1 100644
--- a/e-util/e-win32-defaults.c
+++ b/e-util/e-win32-defaults.c
@@ -148,7 +148,7 @@ _e_win32_register_mailer_impl (WINBOOL system)
return;
evolutionBinary = _e_win32_sanitize_path (g_build_path (G_DIR_SEPARATOR_S, _e_get_bindir (), EVOBINARY, NULL));
- openCommand = g_strconcat("\"", evolutionBinary, "\" -component=mail", NULL);
+ openCommand = g_strconcat("\"", evolutionBinary, "\" --component=mail", NULL);
g_free (evolutionBinary);
if ((returnValue = RegSetValueExA (reg_subkey, NULL, 0, REG_SZ, (const BYTE *)openCommand, strlen (openCommand) + 1))) {
g_free (openCommand);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]