[evolution/gnome-3-10] Bug 711198 - Crashes on creating a new task



commit f31a6a3b46646651920709de56f2f4af4ed44a37
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Nov 7 13:46:03 2013 -0500

    Bug 711198 - Crashes on creating a new task
    
    (cherry picked from commit 5b70c20382267590e3ccdc748a49ba9abce6ea11)

 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 084e519..66f6273 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]