Mercurial > pidgin
comparison src/server.c @ 516:ee4e18868584
[gaim-migrate @ 526]
Make it obvious that it happens.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 21 Jul 2000 18:08:00 +0000 |
| parents | b33ed0a7f49b |
| children | 091d081a269d |
comparison
equal
deleted
inserted
replaced
| 515:b33ed0a7f49b | 516:ee4e18868584 |
|---|---|
| 1119 if (!USE_OSCAR) { | 1119 if (!USE_OSCAR) { |
| 1120 /* FIXME */ | 1120 /* FIXME */ |
| 1121 } else { | 1121 } else { |
| 1122 struct conversation *cnv = find_conversation(name); | 1122 struct conversation *cnv = find_conversation(name); |
| 1123 if (!cnv) cnv = new_conversation(name); | 1123 if (!cnv) cnv = new_conversation(name); |
| 1124 cnv->is_direct = 1; | 1124 make_direct(cnv, TRUE, conn, watcher); |
| 1125 cnv->conn = conn; | 1125 } |
| 1126 cnv->watcher = watcher; | 1126 } |
| 1127 } | |
| 1128 } |
