The Defaults button had a different default than Tracker has

internally.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20086 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald 2007-02-06 18:33:10 +00:00
parent 180028f5af
commit 2e7b1dcdb9

View File

@ -540,7 +540,7 @@ WindowsSettingsView::SetDefaults()
TrackerSettings settings;
if (settings.ShowFullPathInTitleBar()) {
settings.SetShowFullPathInTitleBar(false);
settings.SetShowFullPathInTitleBar(true);
tracker->SendNotices(kWindowsShowFullPathChanged);
}