libpurple/plugins/tcl/tcl_cmd.c

branch
soc.2013.gobjectification.plugins
changeset 36545
23b59a16c808
parent 30626
bec413ce77c7
--- a/libpurple/plugins/tcl/tcl_cmd.c	Sat Aug 17 23:28:51 2013 +0530
+++ b/libpurple/plugins/tcl/tcl_cmd.c	Sun Aug 18 00:04:13 2013 +0530
@@ -71,7 +71,7 @@
 
 	if ((id = purple_cmd_register(Tcl_GetString(handler->cmd),
 				    handler->args, handler->priority,
-				    handler->flags, handler->prpl_id,
+				    handler->flags, handler->protocol_id,
 				    PURPLE_CMD_FUNC(tcl_cmd_callback),
 				    handler->helpstr, (void *)handler)) == 0)
 		return 0;

mercurial