projects
/
loudgame
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c682e3
)
Change resource from TestLM to loudgame
author
Carl Worth
<cworth@cworth.org>
Sat, 23 Feb 2008 19:22:51 +0000
(11:22 -0800)
committer
Carl Worth
<cworth@cworth.org>
Sat, 23 Feb 2008 19:22:51 +0000
(11:22 -0800)
loudgame.c
patch
|
blob
|
history
diff --git
a/loudgame.c
b/loudgame.c
index a540fa7fc848b1a452cf4320a584be9e71f2645e..7c9114e4fffd7783763e9c1af8f3aee0d54832e3 100644
(file)
--- a/
loudgame.c
+++ b/
loudgame.c
@@
-71,7
+71,7
@@
static void
connection_open_cb (LmConnection *connection, gboolean result, loudgame_t *lg)
{
lm_connection_authenticate (connection,
- lg->name, lg->passwd, "
TestLM
",
+ lg->name, lg->passwd, "
loudgame
",
authentication_cb, lg, FALSE, NULL);
}