[evolution/gnome-2-30] [win32] Don't run evolution when asked to register handlers.
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-30] [win32] Don't run evolution when asked to register handlers.
- Date: Fri, 18 Jun 2010 11:14:56 +0000 (UTC)
commit 93016888d5aa5aff989698276a59d835c3d0e0ac
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Fri Jun 18 13:13:14 2010 +0200
[win32] Don't run evolution when asked to register handlers.
shell/main.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index f8fd71a..98b55bd 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -510,6 +510,9 @@ main (gint argc, gchar **argv)
if (register_handlers || reinstall || show_icons) {
_e_win32_register_mailer ();
}
+
+ if (register_handlers)
+ exit (0);
if (reinstall) {
_e_win32_set_default_mailer ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]