]> git.eshelyaron.com Git - emacs.git/commitdiff
(windowDidResize): Remove stopModel call.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 3 Aug 2008 20:34:00 +0000 (20:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 3 Aug 2008 20:34:00 +0000 (20:34 +0000)
src/nsterm.m

index 61fe21ba389fe9bbaaf4a0c2014e74369c2354d4..f8000b96b3d32a033bb3023cdb566c85822c9d05 100644 (file)
@@ -4953,7 +4953,13 @@ if (NS_KEYLOG) NSLog (@"attributedSubstringFromRange request");
     x_set_window_size (emacsframe, 0, cols, rows);
 
   ns_send_appdefined (-1);
+
+  /* The following line causes a crash on GNUstep.  Adrian Roberts
+     says he doesn't remember why he added this line, but removing it
+     doesn't seem to cause problems on OSX, either.  */
+#if 0
   [NSApp stopModal];
+#endif
 }