From 16fc6b1a2696747aad91357316ada576dba6e854 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 13 Jun 2002 16:32:52 +0000 Subject: [PATCH] Fix so that the encoding of the filename is handled properly in the case Thu Jun 13 12:24:09 2002 Owen Taylor * gtk/gtkfilesel.c (gtk_file_selection_set_filename): Fix so that the encoding of the filename is handled properly in the case of non-UTF-8 filesystems; document the encoding. (#83386, Sebastian Ritau) * gtk/gtkfilesel.c (filenames_drag_get): Remove debug printf. Fix UTF-8 / filename encoding confusion. --- docs/reference/gtk/tmpl/gtkfilesel.sgml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index 278971fae3..8176095128 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -133,12 +133,10 @@ Creates a new file selection dialog box. By default it will contain a #GtkCList -Sets a default path for the file requestor. If @filename includes a directory path, then the requestor will open with that path as its current working directory. - -@filesel: a #GtkFileSelection. -@filename: a string to set as the default file name. +@filesel: +@filename: