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.14; 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-cv,v 1.2 2010/02/19 22:52:21 roy Exp $ --- plugins/save-calendar/save-calendar.c 2010-02-19 08:21:55.000000000 +0000 +++ plugins/save-calendar/save-calendar.c 2010-02-19 10:24:36.000000000 +0000 @@@@ -49,6 +49,13 @@@@ void org_gnome_save_calendar (EPlugin *ep, ECalPopupTargetSource *target); void org_gnome_save_tasks (EPlugin *ep, ECalPopupTargetSource *target); void org_gnome_save_memos (EPlugin *ep, ECalPopupTargetSource *target); +gint e_plugin_lib_enable (EPluginLib *ep, gint enable); + +gint +e_plugin_lib_enable (EPluginLib *ep, gint enable) +{ + return 0; +} static void extra_widget_foreach_hide (GtkWidget *widget, gpointer data) @ 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 @