Fixed a bug introduced by DarkWyrm: he obviously missed that there are two locations
where you have to set the default value of a setting. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -599,9 +599,9 @@ WindowsSettingsView::SetDefaults()
|
||||
}
|
||||
|
||||
if (settings.SortFolderNamesFirst()) {
|
||||
settings.SetSortFolderNamesFirst(false);
|
||||
settings.SetSortFolderNamesFirst(true);
|
||||
send_bool_notices(kSortFolderNamesFirstChanged,
|
||||
"SortFolderNamesFirst", false);
|
||||
"SortFolderNamesFirst", true);
|
||||
}
|
||||
|
||||
ShowCurrentSettings();
|
||||
|
||||
Reference in New Issue
Block a user