* Prevent the B_OBSERVER_NOTICE_CHANGE to get passed on to ContainerWindow, since
this would crash Tracker in case the 'Open With' window is shown and one try's to set, e.g 'Show full path in title' or 'Show Navigator' etc. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28884 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
518720875d
commit
b2f91e61b7
@ -318,6 +318,9 @@ OpenWithContainerWindow::MessageReceived(BMessage *message)
|
||||
case kCancelButton:
|
||||
PostMessage(B_QUIT_REQUESTED);
|
||||
return;
|
||||
|
||||
case B_OBSERVER_NOTICE_CHANGE:
|
||||
return;
|
||||
}
|
||||
_inherited::MessageReceived(message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user