Reset connection timer for Notificators

This commit is contained in:
bleakgrey 2018-06-07 14:57:42 +03:00
parent 1fa6780180
commit efa6d25749
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public class Tootle.Notificator : GLib.Object {
connection.error.connect (on_error);
connection.message.connect (on_message);
connection.closed.connect (on_closed);
timeout = 2;
}
catch (GLib.Error e) {
warning (e.message);