* Fixes ticket #3068. DataTranslations accept timezone files as valid
translators. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35190 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -131,8 +131,10 @@ DataTranslationsApplication::RefsReceived(BMessage* message)
|
|||||||
int32 i = 0;
|
int32 i = 0;
|
||||||
entry_ref ref;
|
entry_ref ref;
|
||||||
while (message->FindRef("refs", i++, &ref) == B_OK) {
|
while (message->FindRef("refs", i++, &ref) == B_OK) {
|
||||||
if (!roster->IsTranslator(&ref))
|
if (!roster->IsTranslator(&ref)) {
|
||||||
_NoTranslatorError(ref.name);
|
_NoTranslatorError(ref.name);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
BEntry entry(&ref, true);
|
BEntry entry(&ref, true);
|
||||||
status = entry.InitCheck();
|
status = entry.InitCheck();
|
||||||
|
|||||||
Reference in New Issue
Block a user