libgimpwidgets: call gimp_file_entry_set_filename() with filename encoding

GimpPathEditor wass passing an UTF-8 string.
This commit is contained in:
Michael Natterer 2016-09-02 20:44:43 +02:00
parent 3cc77b03bf
commit 9317952375
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ gimp_path_editor_selection_changed (GtkTreeSelection *sel,
if (gtk_tree_selection_get_selected (sel, NULL, &iter))
{
gtk_tree_model_get (GTK_TREE_MODEL (editor->dir_list), &iter,
0, &directory,
COLUMN_DIRECTORY, &directory,
-1);
g_signal_handlers_block_by_func (editor->file_entry,