diff src/frame-x.c @ 225:12579d965149 r20-4b11

Import from CVS: tag r20-4b11
author cvs
date Mon, 13 Aug 2007 10:11:40 +0200
parents 2c611d1463a6
children 0e522484dd2a
line wrap: on
line diff
--- a/src/frame-x.c	Mon Aug 13 10:10:55 2007 +0200
+++ b/src/frame-x.c	Mon Aug 13 10:11:40 2007 +0200
@@ -2070,7 +2070,13 @@
 
   update_frame_face_values (f);
   x_initialize_frame_size (f);
-  update_frame_title (f);
+  /*
+   * update_frame_title() can't be done here, because some of the
+   * modeline specs depend on the frame's device having a selected
+   * frame, and that may not have been set up yet.  The redisplay
+   * will update the frame title anyway, so nothing is lost.
+   */
+  /* update_frame_title (f); */
 }
 
 static void