1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

bug 1316531 fixed? i have no way to test

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@342 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-10-08 02:48:21 +00:00
parent 2bcf320886
commit 36fa88a00f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# $Id$
2005-10-07
* fixed mldonkey bug? sf.net bug 1316531
2005-09-30
* Linkstatus patch from btlee on f.g.o (see
http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)

View File

@ -4265,7 +4265,7 @@ static void set_default_configurations(void)
update_interval = 10.0;
stuff_in_upper_case = 0;
#ifdef MLDONKEY
mlconfig.mldonkey_hostname = "127.0.0.1";
mlconfig.mldonkey_hostname = strdup("127.0.0.1");
mlconfig.mldonkey_port = 4001;
mlconfig.mldonkey_login = NULL;
mlconfig.mldonkey_password = NULL;