Mercurial > pidgin
comparison src/server.c @ 1976:24aed1c31342
[gaim-migrate @ 1986]
Just removed some annoying C++ style comments.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 08 Jun 2001 23:17:17 +0000 |
| parents | c9db54d8d8dc |
| children | 7739e648a28a |
comparison
equal
deleted
inserted
replaced
| 1975:0e96cd6b4d32 | 1976:24aed1c31342 |
|---|---|
| 98 } | 98 } |
| 99 | 99 |
| 100 void serv_finish_login(struct gaim_connection *gc) | 100 void serv_finish_login(struct gaim_connection *gc) |
| 101 { | 101 { |
| 102 if (strlen(gc->user->user_info)) { | 102 if (strlen(gc->user->user_info)) { |
| 103 //g_malloc(strlen(gc->user->user_info) * 4); | 103 /* g_malloc(strlen(gc->user->user_info) * 4); |
| 104 //strncpy_withhtml(buf, gc->user->user_info, strlen(gc->user->user_info) * 4); | 104 strncpy_withhtml(buf, gc->user->user_info, strlen(gc->user->user_info) * 4); */ |
| 105 serv_set_info(gc, gc->user->user_info); | 105 serv_set_info(gc, gc->user->user_info); |
| 106 //g_free(buf); | 106 /* g_free(buf); */ |
| 107 } | 107 } |
| 108 | 108 |
| 109 if (gc->idle_timer > 0) | 109 if (gc->idle_timer > 0) |
| 110 gtk_timeout_remove(gc->idle_timer); | 110 gtk_timeout_remove(gc->idle_timer); |
| 111 | 111 |
