diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_services.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_services.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_services.pas b/plugins/HistoryPlusPlus/hpp_services.pas index 05821743bc..3ffda00576 100644 --- a/plugins/HistoryPlusPlus/hpp_services.pas +++ b/plugins/HistoryPlusPlus/hpp_services.pas @@ -193,7 +193,7 @@ begin sel := -1;
while (hDbEvent <> oep.hDbEvent) and (hDbEvent <> 0) do
begin
- hDbEvent := db_event_prev(hDbEvent);
+ hDbEvent := db_event_prev(oep.hContact,hDbEvent);
Inc(item);
end;
if hDbEvent = oep.hDbEvent then
|