Add GS prefix to the names of the new user defaults.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@34587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2012-01-19 09:14:57 +00:00
parent 8edd54c5fb
commit cc2cffa7e8

View file

@ -3076,7 +3076,7 @@ static BOOL didCreatePixmaps;
data3: 1];
}
else if (((window->win_attrs.window_style & NSIconWindowMask) != 0)
&& [defs boolForKey: @"StickyAppIcons"] == YES)
&& [defs boolForKey: @"GSStickyAppIcons"] == YES)
{
[self _sendRoot: window->root
type: generic.netstates.net_wm_state_atom
@ -3088,7 +3088,7 @@ static BOOL didCreatePixmaps;
data4: 1];
}
else if (((window->win_attrs.window_style & NSMiniWindowMask) != 0)
&& [defs boolForKey: @"StickyMiniWindows"] == YES)
&& [defs boolForKey: @"GSStickyMiniWindows"] == YES)
{
[self _sendRoot: window->root
type: generic.netstates.net_wm_state_atom