Bugzilla – Attachment 75173 Details for
Bug 139466
Gnumeric double free of memory - hang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
A 64bit bug that came in this morning
gnumeric-sheet-manage-64bit.patch (text/plain), 772 bytes, created by
Jody Goldberg
on 2006-03-27 16:30:59 UTC
(
hide
)
Description:
A 64bit bug that came in this morning
Filename:
MIME Type:
Creator:
Jody Goldberg
Created:
2006-03-27 16:30:59 UTC
Size:
772 bytes
patch
obsolete
>Index: src/dialogs/dialog-sheet-order.c >=================================================================== >RCS file: /cvs/gnome/gnumeric/src/dialogs/dialog-sheet-order.c,v >retrieving revision 1.97 >retrieving revision 1.97.2.1 >diff -u -w -p -r1.97 -r1.97.2.1 >--- src/dialogs/dialog-sheet-order.c 23 Aug 2005 20:15:52 -0000 1.97 >+++ src/dialogs/dialog-sheet-order.c 27 Mar 2006 14:49:20 -0000 1.97.2.1 >@@ -519,8 +519,8 @@ cb_add_clicked (G_GNUC_UNUSED GtkWidget > SHEET_POINTER, NULL, > IS_EDITABLE_COLUMN, TRUE, > IS_DELETED, FALSE, >- BACKGROUND_COLOUR, 0, >- FOREGROUND_COLOUR, 0, >+ BACKGROUND_COLOUR, NULL, >+ FOREGROUND_COLOUR, NULL, > SHEET_DIRECTION, FALSE, > SHEET_DIRECTION_IMAGE, state->image_ltr, > -1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 139466
:
61714
|
72854
| 75173