Mercurial > hg > xemacs-beta
changeset 4594:2986723ac32d
Update comment.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 02 Feb 2009 23:31:09 +0900 |
parents | 3623446b34bc |
children | a1a8728fec10 |
files | src/ChangeLog src/frame-x.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * frame-x.c (x_init_frame_2): Update comment per new info from HT. + 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> * frame-x.c (x_init_frame_2): Placate openbox by calling
--- 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 <f5bhc3efb17@hildegard.inf.ed.ac.uk>. * 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); }