summaryrefslogtreecommitdiff
path: root/libpurple/protocols/oscar/peer.c
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-11-16 23:30:03 +0000
committerRichard Laager <rlaager@pidgin.im>2007-11-16 23:30:03 +0000
commit77b55ae1ceedbd36936036bdbb0f3d5030c1c605 (patch)
treefdfffe45b48d595d79d5c29a255e304bdba7c3dc /libpurple/protocols/oscar/peer.c
parent4b1c8f3df9b091fee9af8921234432a67e714af7 (diff)
downloadpidgin-77b55ae1ceedbd36936036bdbb0f3d5030c1c605.tar.gz
disapproval of revision '8ba833993a115415727bb1b70362e0bd1603c169'
Diffstat (limited to 'libpurple/protocols/oscar/peer.c')
-rw-r--r--libpurple/protocols/oscar/peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/protocols/oscar/peer.c b/libpurple/protocols/oscar/peer.c
index 5d92de31ae..25198c5328 100644
--- a/libpurple/protocols/oscar/peer.c
+++ b/libpurple/protocols/oscar/peer.c
@@ -1033,7 +1033,7 @@ peer_connection_got_proposition(OscarData *od, const gchar *sn, const gchar *mes
buf = g_strdup_printf(_("%s has just asked to directly connect to %s"),
sn, purple_account_get_username(account));
- purple_request_action_with_hint(conn, NULL, buf,
+ purple_request_action(conn, NULL, buf,
_("This requires a direct connection between "
"the two computers and is necessary for IM "
"Images. Because your IP address will be "
@@ -1041,7 +1041,7 @@ peer_connection_got_proposition(OscarData *od, const gchar *sn, const gchar *mes
"risk."),
PURPLE_DEFAULT_ACTION_NONE,
account, sn, NULL,
- "buddy", conn, 2,
+ conn, 2,
_("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb),
_("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb));
}