mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 12:30:05 +01:00
XQuartz: Sanity-check the removal of the 256-color option
Fixes the 'one-time-preferences' bug in 2.2.0_rc1
This commit is contained in:
parent
c61b1c5f28
commit
38cbd13490
1 changed files with 2 additions and 1 deletions
|
|
@ -649,7 +649,8 @@ objectValueForTableColumn:(NSTableColumn *)tableColumn row:(int)row
|
|||
|
||||
[depth selectItemAtIndex:[depth indexOfItemWithTag:[NSApp prefs_get_integer:@PREFS_DEPTH default:-1]]];
|
||||
// TODO: Add 256 color support
|
||||
[depth removeItemAtIndex:[depth indexOfItemWithTag:8]];
|
||||
if([depth indexOfItemWithTag:8] != -1)
|
||||
[depth removeItemAtIndex:[depth indexOfItemWithTag:8]];
|
||||
|
||||
[enable_fullscreen setIntValue:!quartzEnableRootless];
|
||||
// TODO: Add fullscreen support
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue