Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
/trunk/Winify/Gotify/GotifyConnectionManager.cs
@@ -109,7 +109,7 @@
 
private void CreateConnection(Server server)
{
var connection = new GotifyConnection();
var connection = new GotifyConnection(server);
connection.GotifyNotification += Connection_GotifyNotification;
 
connection.Start(server.Username, server.Password, server.Url);