Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Osten authored and Ethan Osten committed Aug 11, 2008
1 parent 4e61687 commit 04365ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Logopathy/Logopathy.Gui/ServerListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public ServerListView() {
AddServer(s);
}

Logopathy.Irc.Core.ServerAdded += OnServerAdded();
Logopathy.Irc.Core.ServerRemoved += OnServerRemoved();
Logopathy.Irc.Core.ServerAdded += OnServerAdded;
Logopathy.Irc.Core.ServerRemoved += OnServerRemoved;
}

private void OnServerAdded(object obj, EventArgs args) {
Expand Down

0 comments on commit 04365ec

Please sign in to comment.