aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/hula-account-setup/camel-hula-listener.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /plugins/hula-account-setup/camel-hula-listener.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'plugins/hula-account-setup/camel-hula-listener.c')
-rw-r--r--plugins/hula-account-setup/camel-hula-listener.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/hula-account-setup/camel-hula-listener.c b/plugins/hula-account-setup/camel-hula-listener.c
index 04fa4605d2..5bed477a49 100644
--- a/plugins/hula-account-setup/camel-hula-listener.c
+++ b/plugins/hula-account-setup/camel-hula-listener.c
@@ -31,7 +31,6 @@
#include <libedataserver/e-account.h>
#include "camel-hula-listener.h"
-
static GList *hula_accounts = NULL;
struct _CamelHulaListenerPrivate {
@@ -59,7 +58,6 @@ static GObjectClass *parent_class = NULL;
static void dispose (GObject *object);
static void finalize (GObject *object);
-
static void
camel_hula_listener_class_init (CamelHulaListenerClass *class)
{
@@ -235,7 +233,6 @@ add_esource (const gchar *conf_key, const gchar *group_name, const gchar *sourc
g_free (relative_uri);
}
-
static void
remove_esource (const gchar *conf_key, const gchar *group_name, gchar * source_name, const gchar * relative_uri)
{
@@ -294,7 +291,6 @@ remove_esource (const gchar *conf_key, const gchar *group_name, gchar * source_n
}
-
}
g_object_unref (list);
@@ -363,7 +359,6 @@ modify_esource (const gchar * conf_key, HulaAccountInfo *old_account_info, const
camel_url_free (url);
g_free (old_relative_uri);
-
}
/* add sources for calendar if the account added is HULA account
adds the new account info to HULA accounts list */
@@ -378,7 +373,6 @@ add_calendar_sources (HulaAccountInfo *info)
camel_url_free (url);
-
}
/* removes calendar sources if the account removed is HULA account
@@ -457,7 +451,6 @@ account_removed (EAccountList *account_listener, EAccount *account)
g_free (info);
}
-
static void
account_changed (EAccountList *account_listener, EAccount *account)
{