mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:01:22 +00:00
Changed name of user defaults used to determine whether to show or not dot files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12756 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
985a5eb592
commit
5fc588ce75
1 changed files with 5 additions and 2 deletions
|
@ -1054,8 +1054,11 @@ createRowsForColumn: (int)column
|
||||||
/* We need to remove files starting with `.' (dot), but only if
|
/* We need to remove files starting with `.' (dot), but only if
|
||||||
the user asked for it in the defaults. Perhaps we could add a
|
the user asked for it in the defaults. Perhaps we could add a
|
||||||
button turning on/off display of hidden files ? */
|
button turning on/off display of hidden files ? */
|
||||||
|
|
||||||
|
/* NB: GWorkspace is using this same user default to determine
|
||||||
|
whether to hide or not dot files. */
|
||||||
gsSavePanelHideDotFiles = [[NSUserDefaults standardUserDefaults]
|
gsSavePanelHideDotFiles = [[NSUserDefaults standardUserDefaults]
|
||||||
boolForKey: @"GSSavePanelHideDotFiles"];
|
boolForKey: @"GSFileBrowserHideDotFiles"];
|
||||||
|
|
||||||
/* Now copy the files array into a mutable array - but only if
|
/* Now copy the files array into a mutable array - but only if
|
||||||
strictly needed. */
|
strictly needed. */
|
||||||
|
|
Loading…
Reference in a new issue