From f3c3bddaedec4343d7108ca3abdb4cd58042d515 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Tue, 30 Oct 2007 10:06:23 +0000 Subject: Every plugin should have a ChangeLog. Added. 2007-10-30 Sankar P * ChangeLog: Every plugin should have a ChangeLog. Added. * google-source.c: Commented an unused function. Marked Debug statements conditional. svn path=/trunk/; revision=34454 --- plugins/google-account-setup/ChangeLog | 8 ++++++++ plugins/google-account-setup/google-source.c | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 plugins/google-account-setup/ChangeLog (limited to 'plugins/google-account-setup') diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog new file mode 100644 index 0000000000..325cd83a42 --- /dev/null +++ b/plugins/google-account-setup/ChangeLog @@ -0,0 +1,8 @@ +2007-10-30 Sankar P + + * ChangeLog: + Every plugin should have a ChangeLog. Added. + + * google-source.c: + Commented an unused function. + Marked Debug statements conditional. diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c index 4f872ed9f4..686623c414 100644 --- a/plugins/google-account-setup/google-source.c +++ b/plugins/google-account-setup/google-source.c @@ -43,6 +43,8 @@ #define CALENDAR_LOCATION "http://www.google.com/calendar/feeds/" +#define d(x) + /*****************************************************************************/ /* prototypes */ int e_plugin_lib_enable (EPluginLib *ep, @@ -92,7 +94,7 @@ e_plugin_lib_enable (EPluginLib *ep, int enable) { if (enable) { - g_print ("\n Google Eplugin starting up ...\n"); + d(printf ("\n Google Eplugin starting up ...\n")); ensure_google_source_group (); } @@ -138,6 +140,10 @@ print_uri_noproto (EUri *uri) return uri_noproto; } +#if 0 + +FIXME: Not sure why this function is declared but called no where. This needs fixing. + static void ssl_changed (GtkToggleButton *button, ESource *source) { @@ -145,6 +151,8 @@ ssl_changed (GtkToggleButton *button, ESource *source) gtk_toggle_button_get_active(button) ? "1" : "0"); } +#endif + static void user_changed (GtkEntry *editable, ESource *source) -- cgit v1.2.3