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:
d337b23
)
The hublist at dchublist.com finally fixed their bogus XML, so now we use them by...
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 18 Oct 2008 17:58:48 +0000
(19:58 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 18 Oct 2008 17:58:48 +0000
(19:58 +0200)
clients/gtk2/dolcon.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/gtk2/dolcon.c
b/clients/gtk2/dolcon.c
index
b2392e1
..
bf2117b
100644
(file)
--- a/
clients/gtk2/dolcon.c
+++ b/
clients/gtk2/dolcon.c
@@
-2256,7
+2256,7
@@
int main(int argc, char **argv)
}
dc_init();
signal(SIGCHLD, SIG_IGN);
- pubhubaddr = sstrdup("http://
www.hublist.org/PublicHubL
ist.xml.bz2");
+ pubhubaddr = sstrdup("http://
dchublist.com/hubl
ist.xml.bz2");
dcserver = sstrdup("");
if((pwent = getpwuid(getuid())) == NULL)
{