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:
@@ -540,7 +540,7 @@ WindowsSettingsView::SetDefaults()
|
|||||||
TrackerSettings settings;
|
TrackerSettings settings;
|
||||||
|
|
||||||
if (settings.ShowFullPathInTitleBar()) {
|
if (settings.ShowFullPathInTitleBar()) {
|
||||||
settings.SetShowFullPathInTitleBar(false);
|
settings.SetShowFullPathInTitleBar(true);
|
||||||
tracker->SendNotices(kWindowsShowFullPathChanged);
|
tracker->SendNotices(kWindowsShowFullPathChanged);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user