From: Fredrik Tolf Date: Sun, 24 Feb 2008 15:45:59 +0000 (+0100) Subject: Turn off peer change notifications in dolcon. X-Git-Tag: 1.2~18^2~1 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=0629dc44c9ec0313b0ca7591512350cba0d77558 Turn off peer change notifications in dolcon. --- 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");