Fix comment
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -500,7 +500,7 @@ void SnowView::MouseUp(BPoint where)
|
|||||||
msg.AddSpecifier("Replicant", "BSnow");
|
msg.AddSpecifier("Replicant", "BSnow");
|
||||||
msg.AddSpecifier("Shelf");
|
msg.AddSpecifier("Shelf");
|
||||||
msg.AddSpecifier("View", "PoseView");
|
msg.AddSpecifier("View", "PoseView");
|
||||||
msg.AddSpecifier("Window", 1); /* 0 is Twitcher */
|
msg.AddSpecifier("Window", 1); /* 0 is Tracker Status */
|
||||||
if ((msgr.SendMessage(&msg, &reply) == B_OK) &&
|
if ((msgr.SendMessage(&msg, &reply) == B_OK) &&
|
||||||
(reply.what == B_NO_REPLY || reply.what == B_REPLY)) {
|
(reply.what == B_NO_REPLY || reply.what == B_REPLY)) {
|
||||||
//reply.PrintToStream();
|
//reply.PrintToStream();
|
||||||
|
|||||||
Reference in New Issue
Block a user