Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153827 Details for
Bug 238497
Evo crashes while sorting message list by "to" column
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch that fixes the crash (correctly, I think)
evolution-2.10.1-msginfo-str.patch (text/plain), 502 bytes, created by
Peter Jones
on 2007-04-30 21:18:36 UTC
(
hide
)
Description:
Patch that fixes the crash (correctly, I think)
Filename:
MIME Type:
Creator:
Peter Jones
Created:
2007-04-30 21:18:36 UTC
Size:
502 bytes
patch
obsolete
>--- evolution-2.10.1/mail/message-list.c.str 2007-04-30 15:51:19.000000000 -0400 >+++ evolution-2.10.1/mail/message-list.c 2007-04-30 15:51:22.000000000 -0400 >@@ -1283,7 +1283,7 @@ > str = camel_message_info_to (msg_info); > return (void *)(str ? str : ""); > case COL_TO_NORM: >- str = camel_message_info_to (str); >+ str = camel_message_info_to (msg_info); > return (void *) get_normalised_string (message_list, str); > case COL_SIZE: > return GINT_TO_POINTER (camel_message_info_size(msg_info));
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 238497
: 153827