diff options
Diffstat (limited to 'plugins/SeenPlugin/src/history.cpp')
| -rw-r--r-- | plugins/SeenPlugin/src/history.cpp | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/src/history.cpp b/plugins/SeenPlugin/src/history.cpp index b431531830..bb269830a7 100644 --- a/plugins/SeenPlugin/src/history.cpp +++ b/plugins/SeenPlugin/src/history.cpp @@ -298,5 +298,10 @@ void ShowHistory(HANDLE hContact, BYTE isAlert)  void InitHistoryDialog(void)
  {
 -	hWindowList = (HANDLE)CallService(MS_UTILS_ALLOCWINDOWLIST,0,0);
 +	hWindowList = WindowList_Create();
  }
 +
 +void UninitHistoryDialog(void)
 +{
 +	WindowList_Destroy(hWindowList);
 +}
\ No newline at end of file  | 
