evolution r35928 - in trunk/plugins: bbdb caldav
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35928 - in trunk/plugins: bbdb caldav
- Date: Thu, 7 Aug 2008 17:35:04 +0000 (UTC)
Author: mbarnes
Date: Thu Aug 7 17:35:04 2008
New Revision: 35928
URL: http://svn.gnome.org/viewvc/evolution?rev=35928&view=rev
Log:
2008-08-07 Paul Bolle <pebolle tiscali nl>
** Fixes bug #546785
* plugins/bbdb/bbdb.c: (e_plugin_lib_enable):
The bbdb plugin is noisy when enabled:
"BBDB spinning up..."
Make this plugin just as polite as google-account-setup.
* plugins/caldav/caldav-source.c: (e_plugin_lib_enable):
The caldav plugin is noisy when enabled:
"CalDAV Eplugin starting up ..."
Make this plugin just as polite as google-account-setup.
Modified:
trunk/plugins/bbdb/ChangeLog
trunk/plugins/bbdb/bbdb.c
trunk/plugins/caldav/ChangeLog
trunk/plugins/caldav/caldav-source.c
Modified: trunk/plugins/bbdb/bbdb.c
==============================================================================
--- trunk/plugins/bbdb/bbdb.c (original)
+++ trunk/plugins/bbdb/bbdb.c Thu Aug 7 17:35:04 2008
@@ -49,6 +49,8 @@
#include "bbdb.h"
+#define d(x)
+
/* Plugin hooks */
int e_plugin_lib_enable (EPluginLib *ep, int enable);
void bbdb_handle_reply (EPlugin *ep, EMEventTargetMessage *target);
@@ -119,7 +121,7 @@
{
/* Start up the plugin. */
if (enable) {
- fprintf (stderr, "BBDB spinning up...\n");
+ d(fprintf (stderr, "BBDB spinning up...\n"));
if (bbdb_check_gaim_enabled ())
bbdb_sync_buddy_list_check ();
Modified: trunk/plugins/caldav/caldav-source.c
==============================================================================
--- trunk/plugins/caldav/caldav-source.c (original)
+++ trunk/plugins/caldav/caldav-source.c Thu Aug 7 17:35:04 2008
@@ -38,6 +38,8 @@
#include <string.h>
+#define d(x)
+
/*****************************************************************************/
/* prototypes */
int e_plugin_lib_enable (EPluginLib *ep,
@@ -84,7 +86,7 @@
{
if (enable) {
- g_print ("CalDAV Eplugin starting up ...\n");
+ d(g_print ("CalDAV Eplugin starting up ...\n"));
ensure_caldav_source_group ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]