Mercurial > pidgin
comparison src/dialogs.c @ 197:24f0fef56a73
[gaim-migrate @ 207]
Stupid change, but it's more logical to think about it this way.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 30 Apr 2000 00:52:53 +0000 |
| parents | 3042e11c1902 |
| children | 73e9a0bfff62 |
comparison
equal
deleted
inserted
replaced
| 196:3042e11c1902 | 197:24f0fef56a73 |
|---|---|
| 2205 if (ft->accepted) { | 2205 if (ft->accepted) { |
| 2206 g_free(send); | 2206 g_free(send); |
| 2207 return; | 2207 return; |
| 2208 } | 2208 } |
| 2209 | 2209 |
| 2210 g_snprintf(send, 255, "toc_rvous_cancel %s %s %s", ft->user, ft->cookie, FILE_GET_UID); | 2210 g_snprintf(send, 255, "toc_rvous_cancel %s %s %s", ft->user, ft->cookie, FILE_SEND_UID); |
| 2211 sflap_send(send, strlen(send), TYPE_DATA); | 2211 sflap_send(send, strlen(send), TYPE_DATA); |
| 2212 g_free(send); | 2212 g_free(send); |
| 2213 destroy_dialog(NULL, ft->window); | 2213 destroy_dialog(NULL, ft->window); |
| 2214 g_free(ft->user); | 2214 g_free(ft->user); |
| 2215 if (ft->message) | 2215 if (ft->message) |
| 2294 } | 2294 } |
| 2295 | 2295 |
| 2296 ft->accepted = 1; | 2296 ft->accepted = 1; |
| 2297 | 2297 |
| 2298 destroy_dialog(NULL, ft->window); | 2298 destroy_dialog(NULL, ft->window); |
| 2299 g_snprintf(send, 255, "toc_rvous_accept %s %s %s", ft->user, ft->cookie, FILE_GET_UID); | 2299 g_snprintf(send, 255, "toc_rvous_accept %s %s %s", ft->user, ft->cookie, FILE_SEND_UID); |
| 2300 sflap_send(send, strlen(send), TYPE_DATA); | 2300 sflap_send(send, strlen(send), TYPE_DATA); |
| 2301 g_free(send); | 2301 g_free(send); |
| 2302 | 2302 |
| 2303 | 2303 |
| 2304 | 2304 |
