diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_bookmarks.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_bookmarks.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_bookmarks.pas b/plugins/HistoryPlusPlus/hpp_bookmarks.pas index 5d0ec98640..942ac135b3 100644 --- a/plugins/HistoryPlusPlus/hpp_bookmarks.pas +++ b/plugins/HistoryPlusPlus/hpp_bookmarks.pas @@ -634,7 +634,7 @@ begin Result := True;
break;
end;
- hDBEvent := db_event_next(hDBEvent);
+ hDBEvent := db_event_next(Contact.hContact,hDBEvent);
end;
end
else
@@ -651,7 +651,7 @@ begin Result := True;
break;
end;
- hDBEvent := db_event_prev(hDBEvent);
+ hDBEvent := db_event_prev(Contact.hContact,hDBEvent);
end;
end;
end;
|