diff options
Diffstat (limited to 'src/pgtkterm.c')
| -rw-r--r-- | src/pgtkterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index f59bc85288e..568de7ca8db 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -5949,10 +5949,6 @@ map_event (GtkWidget * widget, GdkEvent * event, gpointer * user_data) | |||
| 5949 | inev.ie.kind = DEICONIFY_EVENT; | 5949 | inev.ie.kind = DEICONIFY_EVENT; |
| 5950 | XSETFRAME (inev.ie.frame_or_window, f); | 5950 | XSETFRAME (inev.ie.frame_or_window, f); |
| 5951 | } | 5951 | } |
| 5952 | else if (!NILP (Vframe_list) && !NILP (XCDR (Vframe_list))) | ||
| 5953 | /* Force a redisplay sooner or later to update the | ||
| 5954 | frame titles in case this is the second frame. */ | ||
| 5955 | record_asynch_buffer_change (); | ||
| 5956 | } | 5952 | } |
| 5957 | 5953 | ||
| 5958 | if (inev.ie.kind != NO_EVENT) | 5954 | if (inev.ie.kind != NO_EVENT) |