Fix from Rene Gollent.

This commit is contained in:
plfiorini 2010-05-27 07:31:03 +00:00
parent a43602fb37
commit c777593fa7

View File

@ -71,7 +71,7 @@ AIMProtocol::Process(BMessage* msg)
msg->FindInt32("im_what", &im_what);
switch (im_what) {
case IM_OWN_STATUS_SET: {
case IM_SET_OWN_STATUS: {
int32 status = msg->FindInt32("status");
BString status_msg("");