diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-11-08 02:46:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-11-08 02:46:03 +0800 |
commit | 5b70c20382267590e3ccdc748a49ba9abce6ea11 (patch) | |
tree | 0de4ad740a068884541d35997791e68295efe0a2 /calendar/gui | |
parent | 03972535919d96d55a409988f4436e0a5e54b96b (diff) | |
download | gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.tar gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.tar.gz gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.tar.bz2 gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.tar.lz gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.tar.xz gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.tar.zst gsoc2013-evolution-5b70c20382267590e3ccdc748a49ba9abce6ea11.zip |
Bug 711198 - Crashes on creating a new task
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/task-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index 084e519c28..66f6273cc3 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -577,7 +577,7 @@ task_page_fill_widgets (CompEditorPage *page, ECalClient *client; EShell *shell; GSList *l; - icalcomponent *icalcomp; + icalcomponent *icalcomp = NULL; const gchar *categories, *uid; icaltimezone *zone, *default_zone; gchar *backend_addr = NULL; |