diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-20 07:36:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-20 07:36:46 +0800 |
commit | 83a264cd7e6e28af8ea9ea3442693a2d409be458 (patch) | |
tree | 73000d9651cfd4f576a878e3564ed8f31eee3bb4 /plugins | |
parent | 124a4f8913e924d1ca58575b1382630147fa6f3e (diff) | |
download | gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.gz gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.zst gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/caldav/caldav-browse-server.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/caldav/caldav-browse-server.c b/plugins/caldav/caldav-browse-server.c index 93b1eec242..ff19ff0c38 100644 --- a/plugins/caldav/caldav-browse-server.c +++ b/plugins/caldav/caldav-browse-server.c @@ -19,7 +19,6 @@ * */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -431,7 +430,7 @@ traverse_users_calendars_cb (GObject *dialog, const gchar *msg_path, guint statu g_string_append (supports, _("Tasks")); else if (g_str_equal (comp, "VJOURNAL")) g_string_append (supports, _("Memos")); - + g_free (comp); } } @@ -593,7 +592,7 @@ find_users_calendar_cb (GObject *dialog, const gchar *msg_path, guint status_cod if (user_data == NULL) base_url_is_calendar = xpath_exists (xpctx, NULL, "/D:multistatus/D:response/D:propstat/D:prop/D:resourcetype/C:calendar"); - + calendar_home_set = xpath_get_string (xpctx, "/D:multistatus/D:response/D:propstat/D:prop/C:calendar-home-set/D:href"); if (user_data == NULL && (!calendar_home_set || !*calendar_home_set)) { g_free (calendar_home_set); |