Added hints to msn dialog.c

Sun, 12 Aug 2007 18:44:58 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Sun, 12 Aug 2007 18:44:58 +0000
changeset 19263
16b92b240047
parent 19262
e94c0d3f12f5
child 19264
9f5f152e44a3

Added hints to msn dialog.c

libpurple/protocols/msn/dialog.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/dialog.c	Sun Aug 12 18:43:37 2007 +0000
+++ b/libpurple/protocols/msn/dialog.c	Sun Aug 12 18:44:58 2007 +0000
@@ -129,7 +129,7 @@
 
 	purple_request_action(gc, NULL, msg, reason, PURPLE_DEFAULT_ACTION_NONE, 
 						purple_connection_get_account(gc), data->who, NULL,
-						data, 2,
+						"blist", data, 2,
 						_("Yes"), G_CALLBACK(msn_add_cb),
 						_("No"), G_CALLBACK(msn_rem_cb));
 

mercurial