mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +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:
parent
2bcf320886
commit
36fa88a00f
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user