>>>>> On Fri, 01 Jun 2007 18:42:57 -0400, Chong Yidong <[EMAIL PROTECTED]> said:
> I looked at the GTK+ sources. Apparently, if we don't set
> WM_ICON_NAME ourselves, gtk_window_set_icon_name sets WM_ICON_NAME
> for us. So I think we are perfectly safe.
But now we can't set the icon title separately from the frame title
using the `icon-name' frame parameter on GTK+ builds.
`icon-name'
The name to use in the icon for this frame, when and if the icon
appears. If this is `nil', the frame's title is used.
Even with non-GTK+ builds, setting this parameter might not affect the
icon title for some window managers. But at least, CDE on Solaris
respects this.
Maybe we can use gtk_window_set_icon_name for this purpose, but it is
available only on GTK+ 2.6 and later, so some check will be necessary
and it is definitely after-the-release matter.
So I propose undoing the latest change for x_set_name_internal for
now.
YAMAMOTO Mitsuharu
[EMAIL PROTECTED]
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug