aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2007-10-30 18:06:23 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2007-10-30 18:06:23 +0800
commitf3c3bddaedec4343d7108ca3abdb4cd58042d515 (patch)
treea94229be914f5cd601b86db8a5bcc647cf1f69e9 /plugins/google-account-setup
parent21ec67eb25834ee0b37d72bafd464cb8b395efe5 (diff)
downloadgsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.tar
gsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.tar.gz
gsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.tar.bz2
gsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.tar.lz
gsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.tar.xz
gsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.tar.zst
gsoc2013-evolution-f3c3bddaedec4343d7108ca3abdb4cd58042d515.zip
Every plugin should have a ChangeLog. Added.
2007-10-30 Sankar P <psankar@novell.com> * ChangeLog: Every plugin should have a ChangeLog. Added. * google-source.c: Commented an unused function. Marked Debug statements conditional. svn path=/trunk/; revision=34454
Diffstat (limited to 'plugins/google-account-setup')
-rw-r--r--plugins/google-account-setup/ChangeLog8
-rw-r--r--plugins/google-account-setup/google-source.c10
2 files changed, 17 insertions, 1 deletions
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 <psankar@novell.com>
+
+ * 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)