Mercurial > pidgin
comparison libpurple/protocols/oscar/peer.c @ 19883:e4deb70d504f
Added hints to oscar peer.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 12 Aug 2007 20:15:40 +0000 |
parents | 7992f408a94d |
children | 6a0d9fa477d4 |
comparison
equal
deleted
inserted
replaced
19882:ee7d92af97f7 | 19883:e4deb70d504f |
---|---|
1016 "Images. Because your IP address will be " | 1016 "Images. Because your IP address will be " |
1017 "revealed, this may be considered a privacy " | 1017 "revealed, this may be considered a privacy " |
1018 "risk."), | 1018 "risk."), |
1019 PURPLE_DEFAULT_ACTION_NONE, | 1019 PURPLE_DEFAULT_ACTION_NONE, |
1020 account, sn, NULL, | 1020 account, sn, NULL, |
1021 conn, 2, | 1021 "buddy", conn, 2, |
1022 _("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), | 1022 _("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), |
1023 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); | 1023 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); |
1024 } | 1024 } |
1025 else if (args->type == OSCAR_CAPABILITY_SENDFILE) | 1025 else if (args->type == OSCAR_CAPABILITY_SENDFILE) |
1026 { | 1026 { |