Tracker: tiny style fix to FilePanelPriv.cpp
This commit is contained in:
@@ -1165,8 +1165,9 @@ TFilePanel::MessageReceived(BMessage* message)
|
|||||||
BPath homePath;
|
BPath homePath;
|
||||||
entry_ref ref;
|
entry_ref ref;
|
||||||
if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK
|
if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK
|
||||||
|| get_ref_for_path(homePath.Path(), &ref) != B_OK)
|
|| get_ref_for_path(homePath.Path(), &ref) != B_OK) {
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
SetTo(&ref);
|
SetTo(&ref);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user