comparison libpurple/protocols/msn/dialog.c @ 21086:8c9aad9479c0

Removed request stuff - now on pidgin-request-ui-hint
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 22:57:51 +0000
parents 285bb637a2b7
children cab348e39751
comparison
equal deleted inserted replaced
21077:488796f5ba33 21086:8c9aad9479c0
133 "not on the server list. " 133 "not on the server list. "
134 "Do you want this buddy to be added?"), 134 "Do you want this buddy to be added?"),
135 passport); 135 passport);
136 } 136 }
137 137
138 purple_request_action_with_hint(gc, NULL, msg, reason, PURPLE_DEFAULT_ACTION_NONE, 138 purple_request_action(gc, NULL, msg, reason, PURPLE_DEFAULT_ACTION_NONE,
139 purple_connection_get_account(gc), data->who, NULL, 139 purple_connection_get_account(gc), data->who, NULL,
140 "blist", data, 2, 140 data, 2,
141 _("Yes"), G_CALLBACK(msn_add_cb), 141 _("Yes"), G_CALLBACK(msn_add_cb),
142 _("No"), G_CALLBACK(msn_rem_cb)); 142 _("No"), G_CALLBACK(msn_rem_cb));
143 143
144 g_free(reason); 144 g_free(reason);
145 g_free(msg); 145 g_free(msg);