Issue 1643641: Fix Bug 1362475 Text.edit_modified() doesn't work (original) (raw)

Issue1643641

Created on 2007-01-24 15:50 by mkiever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
editModified1362475.patch mkiever,2007-01-24 15:50 unified forward patch for revision 53542
Messages (2)
msg51794 - (view) Author: Matthias Kievernagel (mkiever) * Date: 2007-01-24 15:50
Text.edit_modified() called _getints() for boolean return values causing an exception. The patch below removes _getints call. The other Text.edit_*() functions have no return values so they still work after applying the patch. Greetings, Matthias Kievernagel
msg56412 - (view) Author: Matthias Kievernagel (mkiever) * Date: 2007-10-14 12:30
Moved my patch to Issue961805. (duplication was created when moving from SF bugs/patches) This issue should be closed down. Regards, Matthias Kievernagel
History
Date User Action Args
2022-04-11 14:56:22 admin set github: 44501
2007-10-15 04:08:20 georg.brandl set status: open -> closedresolution: duplicatesuperseder: Text.edit_modified() fails
2007-10-14 12:30:30 mkiever set messages: +
2007-01-24 15:50:29 mkiever create