# HG changeset patch # User Stephen J. Turnbull # Date 1233585069 -32400 # Node ID 2986723ac32dc7f0328e2afa05aabe1154f83e47 # Parent 3623446b34bcc8b4f95e6c11badc75054e0225e5 Update comment. diff -r 3623446b34bc -r 2986723ac32d src/ChangeLog --- a/src/ChangeLog Mon Feb 02 23:03:31 2009 +0900 +++ b/src/ChangeLog Mon Feb 02 23:31:09 2009 +0900 @@ -1,3 +1,7 @@ +2009-02-02 Stephen J. Turnbull + + * frame-x.c (x_init_frame_2): Update comment per new info from HT. + 2009-02-02 Stephen J. Turnbull * frame-x.c (x_init_frame_2): Placate openbox by calling diff -r 3623446b34bc -r 2986723ac32d src/frame-x.c --- a/src/frame-x.c Mon Feb 02 23:03:31 2009 +0900 +++ b/src/frame-x.c Mon Feb 02 23:31:09 2009 +0900 @@ -2165,7 +2165,8 @@ * lose the icon (openbox). See . * SJT: * This probably means that the frame-icon library won't work with - * that WM. + * that WM. Late breaking news: it *does* work, so possibly the + * problem at initialization is due to a race condition. */ update_frame_icon (f); }