diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-13 20:00:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-13 20:00:21 +0800 |
commit | 5f6a18500c3119731663ac4c059426c62a3b37f6 (patch) | |
tree | cea0b67ae6e62e2535e118eab8e4b23be906aee6 /calendar/gui | |
parent | ebec065334b5cf943591527254d628c13d06c369 (diff) | |
download | gsoc2013-evolution-5f6a18500c3119731663ac4c059426c62a3b37f6.tar.gz gsoc2013-evolution-5f6a18500c3119731663ac4c059426c62a3b37f6.tar.zst gsoc2013-evolution-5f6a18500c3119731663ac4c059426c62a3b37f6.zip |
Merge revisions 35931:35950 from trunk.
svn path=/branches/kill-bonobo/; revision=35978
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/itip-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index c60b7d3dc1..616e1edbe7 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -1142,9 +1142,9 @@ itip_send_comp (ECalComponentItipMethod method, ECalComponent *send_comp, ECalComponent *comp = NULL; icalcomponent *top_level = NULL; char *ical_string = NULL; - gchar *from; - gchar *content_type; - gchar *subject; + gchar *from = NULL; + gchar *content_type = NULL; + gchar *subject = NULL; gboolean retval = FALSE; /* check whether backend could handle sending requests/updates */ |