summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/patches/patch-ac')
-rw-r--r--mail/evolution/patches/patch-ac18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac
index 55b018a85c5..087e646a901 100644
--- a/mail/evolution/patches/patch-ac
+++ b/mail/evolution/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.5 2002/10/11 09:29:59 rh Exp $
+$NetBSD: patch-ac,v 1.6 2003/01/09 13:59:25 rh Exp $
---- shell/main.c.orig Tue Dec 18 02:21:02 2001
+--- shell/main.c.orig Tue Nov 19 07:35:13 2002
+++ shell/main.c
-@@ -63,6 +63,25 @@ static char *evolution_directory = NULL;
- static gboolean no_splash = FALSE;
+@@ -77,6 +77,25 @@ static gboolean force_upgrade = FALSE;
+
extern char *evolution_debug_log;
+#ifdef __NetBSD__
@@ -28,18 +28,18 @@ $NetBSD: patch-ac,v 1.5 2002/10/11 09:29:59 rh Exp $
static GtkWidget *
quit_box_new (void)
-@@ -190,6 +209,10 @@ idle_cb (void *data)
-
- uri_list = (GSList *) data;
+@@ -307,6 +326,10 @@ idle_cb (void *data)
+ else
+ startup_line_mode = E_SHELL_STARTUP_LINE_MODE_OFFLINE;
+#ifdef _PTH_PTHREAD_H_
+ sched_yield();
+#endif
+
- shell = e_shell_new (evolution_directory, ! no_splash, &result);
+ shell = e_shell_new (evolution_directory, ! no_splash, startup_line_mode, &result);
g_free (evolution_directory);
-@@ -350,6 +373,10 @@ main (int argc, char **argv)
+@@ -496,6 +519,10 @@ main (int argc, char **argv)
}
gtk_idle_add (idle_cb, uri_list);