Skip to content

Commit

Permalink
Tracker: tiny style fix to FilePanelPriv.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Jun 21, 2014
1 parent 116b363 commit 546ec3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kits/tracker/FilePanelPriv.cpp
Expand Up @@ -1165,8 +1165,9 @@ TFilePanel::MessageReceived(BMessage* message)
BPath homePath;
entry_ref ref;
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;
}

SetTo(&ref);
break;
Expand Down

0 comments on commit 546ec3b

Please sign in to comment.