Applied patch from Jonas Sundstro"m to fix bug #1121.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20739 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -169,7 +169,7 @@ ShowImageSettings::OpenSettingsFile(BFile* file, bool forReading)
|
||||
BPath path;
|
||||
uint32 openMode;
|
||||
|
||||
st = find_directory(B_COMMON_SETTINGS_DIRECTORY, &path);
|
||||
st = find_directory(B_USER_SETTINGS_DIRECTORY, &path);
|
||||
if (st != B_OK) return false;
|
||||
|
||||
path.Append("ShowImage_settings");
|
||||
|
||||
Reference in New Issue
Block a user