Index: Source/x11/XGServerWindow.m
===================================================================
--- Source/x11/XGServerWindow.m	(Revision 25546)
+++ Source/x11/XGServerWindow.m	(Arbeitskopie)
@@ -1396,20 +1396,20 @@
   if ((generic.wm & XGWM_WINDOWMAKER) != 0)
     {
       generic.flags.useWindowMakerIcons = YES;
-      if ([defs stringForKey: @"UseWindowMakerIcons"] != nil
+      if ([defs objectForKey: @"UseWindowMakerIcons"] != nil
 	&& [defs boolForKey: @"UseWindowMakerIcons"] == NO)
 	{
 	  generic.flags.useWindowMakerIcons = NO;
 	}
     }
   generic.flags.appOwnsMiniwindow = YES;
-  if ([defs stringForKey: @"GSAppOwnsMiniwindow"] != nil
+  if ([defs objectForKey: @"GSAppOwnsMiniwindow"] != nil
     && [defs boolForKey: @"GSAppOwnsMiniwindow"] == NO)
     {
       generic.flags.appOwnsMiniwindow = NO;
     }
   generic.flags.doubleParentWindow = NO;
-  if ([defs stringForKey: @"GSDoubleParentWindows"] != nil
+  if ([defs objectForKey: @"GSDoubleParentWindows"] != nil
     && [defs boolForKey: @"GSDoubleParentWindows"] == YES)
     {
       generic.flags.doubleParentWindow = YES;
