From 2f7cca97077d08faefd8c1b84c1c051401bb0308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Scheibengruber?= Date: Mon, 21 Jul 2008 04:10:09 +0000 Subject: =?UTF-8?q?Committing=20on=20behalf=20of=20J=C3=B6rgen=20Scheibeng?= =?UTF-8?q?ruber=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-05-24 Jörgen Scheibengruber * Makefile.am: * google-contacts-source.c (ensure_google_contacts_source_group), (remove_google_contacts_source_group), (on_username_entry_changed), (on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts): * google-contacts-source.h: * google-source.c (e_plugin_lib_enable): * org-gnome-evolution-google.eplug.xml: Added a UI for the addressbook part svn path=/trunk/; revision=35797 --- plugins/google-account-setup/google-source.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/google-account-setup/google-source.c') diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c index d586b3027e..7e73b5b8ba 100644 --- a/plugins/google-account-setup/google-source.c +++ b/plugins/google-account-setup/google-source.c @@ -41,6 +41,8 @@ #include #include +#include "google-contacts-source.h" + #define CALENDAR_LOCATION "http://www.google.com/calendar/feeds/" #define d(x) @@ -96,6 +98,9 @@ e_plugin_lib_enable (EPluginLib *ep, int enable) if (enable) { d(printf ("\n Google Eplugin starting up ...\n")); ensure_google_source_group (); + ensure_google_contacts_source_group (); + } else { + remove_google_contacts_source_group (); } return 0; -- cgit v1.2.3