View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002090 | Far Manager | Plugins API.Dialog | public | 2012-04-28 21:46 | 2012-04-29 13:20 |
| Reporter | Maximus | Assigned To | DrKnS | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.0 | ||||
| Fixed in Version | 3.0 | ||||
| Summary | 0002090: Far валится при DIF_USELASTHISTORY | ||||
| Description | В некоторых случаях фар падает при инициализации диалога. Например, в настройках MultiArc\General включить флажок "[x] Use last history", и нажать в панелях F1. | ||||
| Tags | No tags attached. | ||||
| Build | 2652 | ||||
|
|
Dialog120428.diff (444 bytes)
Index: dialog.cpp
===================================================================
--- dialog.cpp (revision 7976)
+++ dialog.cpp (working copy)
@@ -991,7 +991,8 @@
if ((EditPtr = (DlgEdit *)(CurItem->ObjPtr)) )
{
- EditPtr->GetHistory()->ReadLastItem(CurItem->strHistory, strData);
+ if (EditPtr->GetHistory())
+ EditPtr->GetHistory()->ReadLastItem(CurItem->strHistory, strData);
if (MsgIndex != -1)
{
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-04-28 21:46 | Maximus | New Issue | |
| 2012-04-28 21:46 | Maximus | File Added: Dialog120428.diff | |
| 2012-04-29 13:20 | DrKnS | Build | => 2652 |
| 2012-04-29 13:20 | DrKnS | Status | new => closed |
| 2012-04-29 13:20 | DrKnS | Assigned To | => DrKnS |
| 2012-04-29 13:20 | DrKnS | Resolution | open => fixed |
| 2012-04-29 13:20 | DrKnS | Fixed in Version | => 3.0 |