GNOME Bugzilla – Bug 506814
Crash on File->New->Task in mail view
Last modified: 2008-01-03 13:26:57 UTC
Click File->New->Task in mail view (Make sure that you haven't been to calendar/tasks/memo view before). Crash!
+ Trace 183775
Created attachment 101977 [details] [review] Proposed patch
Do you mind to create same fix in memos-component.c:create_new_memo too? Otherwise it looks good.
Good, I never realized that Memo too crashes.
Committed the fixed patch to trunk.
*** Bug 501802 has been marked as a duplicate of this bug. ***
No no no, not if (component_view->memos) but if (component_view) . Same as in tasks.
Sucks... It was a copy/paste error. Committed the right one.