Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211133 Details for
Bug 294436
mail-client/evolution-2.28.1 crashes when adding new task or memo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch import from upstream
evolution-2.28.1-new-task-sigsegv.patch (text/plain), 903 bytes, created by
Romain Perier (RETIRED)
on 2009-11-25 10:07:52 UTC
(
hide
)
Description:
Patch import from upstream
Filename:
MIME Type:
Creator:
Romain Perier (RETIRED)
Created:
2009-11-25 10:07:52 UTC
Size:
903 bytes
patch
obsolete
>From 571670cab5a6564ca560dbe0606b0b008906e992 Mon Sep 17 00:00:00 2001 >From: C de-Avillez <hggdh2@gmail.com> >Date: Tue, 03 Nov 2009 14:05:11 +0000 >Subject: Bug #599627 - Crash when adding a new task in a table > >--- >diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c >index 490c48c..b212dcf 100644 >--- a/calendar/gui/e-cal-model.c >+++ b/calendar/gui/e-cal-model.c >@@ -913,15 +913,11 @@ ecm_append_row (ETableModel *etm, ETableModel *source, gint row) > g_warning (G_STRLOC ": Could not create the object!"); > > /* FIXME: show error dialog */ >- icalcomponent_free (comp_data->icalcomp); >- g_object_unref (comp_data); >- return; >+ } else { >+ g_signal_emit (G_OBJECT (model), signals[ROW_APPENDED], 0); > } > >- icalcomponent_free (comp_data->icalcomp); > g_object_unref (comp_data); >- >- g_signal_emit (G_OBJECT (model), signals[ROW_APPENDED], 0); > } > > static gpointer >-- >cgit v0.8.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 294436
:
211075
|
211077
|
211096
| 211133