head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q2:1.2.0.4 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2010.07.13.12.24.34; author drochner; state dead; branches; next 1.2; 1.2 date 2010.02.19.22.52.21; author roy; state Exp; branches; next 1.1; 1.1 date 2010.02.19.22.48.13; author roy; state Exp; branches; next ; desc @@ 1.3 log @update to 2.30.2 This switches to the gnome-2.30 release branch. (It crashes more often than the old version for me. Any help welcome.) @ text @$NetBSD: patch-cg,v 1.2 2010/02/19 22:52:21 roy Exp $ --- plugins/default-mailer/default-mailer.c 2010-02-19 08:21:55.000000000 +0000 +++ plugins/default-mailer/default-mailer.c 2010-02-19 10:09:06.000000000 +0000 @@@@ -36,6 +36,13 @@@@ #define EVOLUTION_MAILTO_COMMAND "evolution --component=mail %s" void org_gnome_default_mailer_check_default (EPlugin *ep, ESEventTargetUpgrade *target); +gint e_plugin_lib_enable (EPluginLib *ep, gint enable); + +gint +e_plugin_lib_enable (EPluginLib *ep, gint enable) +{ + return 0; +} static gboolean evolution_is_default_mailer (const gchar *mailto_command) @ 1.2 log @Add $NetBSD$ @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Ensure that all plugins have e_lib_plugin_enable defined so that Evolution starts in a few seconds instead of a few minutes on NetBSD. @ text @d1 2 @