diff --git a/src/kits/tracker/FilePanelPriv.cpp b/src/kits/tracker/FilePanelPriv.cpp index 9eb1f7465c..47ff09bd2f 100644 --- a/src/kits/tracker/FilePanelPriv.cpp +++ b/src/kits/tracker/FilePanelPriv.cpp @@ -1261,7 +1261,7 @@ TFilePanel::MessageReceived(BMessage* message) // all we have to do is see if the button is enabled. BButton* button = dynamic_cast( FindView("default button")); - if (button == NULL) + if (button == NULL || !button->IsEnabled()) break; if (IsSavePanel()) {