aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--protocols/purple/purple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c
index 4c451db1..69fcbc4d 100644
--- a/protocols/purple/purple.c
+++ b/protocols/purple/purple.c
@@ -650,7 +650,7 @@ struct groupchat *purple_chat_with(struct im_connection *ic, char *who)
/* Call the fucker. */
callback = (void *) mi->callback;
- callback(&pb->node, menu->data);
+ callback(&pb->node, mi->data);
return NULL;
}