Skip to content

Commit

Permalink
Unregister events.
Browse files Browse the repository at this point in the history
  • Loading branch information
iGemini committed May 13, 2014
1 parent 1f01968 commit 534e50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octgnFX/Octgn/Controls/ChatControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,8 @@ public void Dispose()
friendProfileContextMenuItem.Click -= this.ProfileOnClick;
friendWhisperContextMenuItem.Click -= this.WhisperOnClick;
friendInviteToGameContextMenuItem.Click -= this.InviteToGameContextOnClick;
ignoreUserContextMenuItem.Click -= this.IgnoreOnclick;
unignoreUserContextMenuItem.Click -= this.UnignoreOnclick;
ScrollDownTimer.Stop();
ScrollDownTimer.Dispose();
if (this.room != null)
Expand Down

0 comments on commit 534e50e

Please sign in to comment.