* This should fix the build of FileTypes... I should have heard the warning... :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
60a068c8a4
commit
46bf89d15f
@ -810,7 +810,7 @@ ApplicationTypeWindow::_NeedsSaving(uint32 _flags) const
|
||||
}
|
||||
|
||||
if (_flags & CHECK_TYPES) {
|
||||
if (!fOriginalInfo.supportedTypes.CompareData(_SupportedTypes()))
|
||||
if (!fOriginalInfo.supportedTypes.HasSameData(_SupportedTypes()))
|
||||
flags |= CHECK_TYPES;
|
||||
else
|
||||
flags &= ~CHECK_TYPES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user