From 0629dc44c9ec0313b0ca7591512350cba0d77558 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 24 Feb 2008 16:45:59 +0100 Subject: [PATCH] Turn off peer change notifications in dolcon. --- clients/gtk2/dolcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/gtk2/dolcon.c b/clients/gtk2/dolcon.c index 60374f3..64eaf3e 100644 --- a/clients/gtk2/dolcon.c +++ b/clients/gtk2/dolcon.c @@ -829,7 +829,7 @@ void logincallback(int err, wchar_t *reason, void *data) switch(err) { case DC_LOGIN_ERR_SUCCESS: - dc_queuecmd(NULL, NULL, L"notify", L"all", L"on", NULL); + dc_queuecmd(NULL, NULL, L"notify", L"all", L"on", L"fn:peer", L"off", NULL); dc_getfnlistasync(getfnlistcallback, NULL); dc_gettrlistasync(gettrlistcallback, NULL); updatesbar("Authenticated"); -- 2.11.0