Don't traverse link when looking for names
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -195,7 +195,7 @@ AddOnManager::RegisterAddOns()
|
|||||||
entry_ref ref;
|
entry_ref ref;
|
||||||
make_entry_ref(entry_info->dir_nref.device, entry_info->dir_nref.node,
|
make_entry_ref(entry_info->dir_nref.device, entry_info->dir_nref.node,
|
||||||
entry_info->name, &ref);
|
entry_info->name, &ref);
|
||||||
BEntry entry(&ref, true);
|
BEntry entry(&ref, false);
|
||||||
fManager->RegisterAddOn(entry);
|
fManager->RegisterAddOn(entry);
|
||||||
}
|
}
|
||||||
virtual void AddOnDisabled(const add_on_entry_info * entry_info) {
|
virtual void AddOnDisabled(const add_on_entry_info * entry_info) {
|
||||||
|
|||||||
Reference in New Issue
Block a user