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:
parent
b0b486db04
commit
3d8bb58a99
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue