Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0731d8
)
Turn off peer change notifications in dolcon.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 24 Feb 2008 15:45:59 +0000
(16:45 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 24 Feb 2008 15:45:59 +0000
(16:45 +0100)
clients/gtk2/dolcon.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/gtk2/dolcon.c
b/clients/gtk2/dolcon.c
index
60374f3
..
64eaf3e
100644
(file)
--- 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");