diff --git a/Model/GMAppKit.m b/Model/GMAppKit.m index 4748f4ace..4c660e8a5 100644 --- a/Model/GMAppKit.m +++ b/Model/GMAppKit.m @@ -808,7 +808,7 @@ void __dummy_GMAppKit_functionForLinking() {} [archiver encodeArray:[self itemArray] withName:@"itemArray"]; //[archiver encodeString:[self titleOfSelectedItem] withName:@"selectedItem"]; //[archiver encodeString:[self title] withName:@"selectedItem"]; - [super encodeWithModelArchiver:archiver]; + //[super encodeWithModelArchiver:archiver]; #else // need frame for workarounds to know where to place the popup [archiver encodeRect:[self frame] withName:@"frame"]; #endif