Add comment for 2014-03-10T10:31:13Z!rudalics@gmx.at and 2014-03-10T18:53:39Z!rudalics@gmx.at.

This commit is contained in:
Martin Rudalics 2014-03-11 08:20:49 +01:00
parent b0b486db04
commit 3d8bb58a99

View file

@ -4684,6 +4684,10 @@ w32_read_socket (struct terminal *terminal,
{
bool iconified = FRAME_ICONIFIED_P (f);
/* The following was made unconditional in a
pathetic attempt to fix bug#16967 in revision
116716 but, considered counterproductive was made
conditional again in revision 116727. martin */
if (iconified)
SET_FRAME_VISIBLE (f, 1);
SET_FRAME_ICONIFIED (f, 0);