# HG changeset patch # User Jan Dj¸«£rv # Date 1158428589 0 # Node ID ffb882df13fad6285523593176473be28d5e1f23 # Parent 3fe5d38d5acd722f5c803e5097123979ff726296 * gtkutil.c (xg_get_file_with_chooser): Check x-gtk-show-chooser-help-text before adding the help text. * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text. diff -r 3fe5d38d5acd -r ffb882df13fa src/ChangeLog --- a/src/ChangeLog Sat Sep 16 17:41:59 2006 +0000 +++ b/src/ChangeLog Sat Sep 16 17:43:09 2006 +0000 @@ -1,5 +1,10 @@ 2006-09-16 Jan Dj,Ad(Brv + * gtkutil.c (xg_get_file_with_chooser): Check + x-gtk-show-chooser-help-text before adding the help text. + + * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text. + * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+ will simply crash if we fail.