app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c
2005-02-20 Sven Neumann <sven@gimp.org> * app/core/gimpgradient-load.c * app/core/gimppalette.c * app/core/gimppattern.c * app/plug-in/plug-in.c * libgimpbase/gimputils.c * libgimpmodule/gimpmodule.c * libgimpwidgets/gimppatheditor.c * tools/pdbgen/pdb/image.pdb: use g_filename_display_name() or g_filename_display_basename() where appropriate. * app/pdb/image_cmds.c: regenerated.
This commit is contained in:
committed by
Sven Neumann
parent
7827c1dd88
commit
1e6a94e614
@ -743,7 +743,7 @@ gimp_path_editor_file_entry_changed (GtkWidget *widget,
|
||||
return;
|
||||
}
|
||||
|
||||
utf8 = g_filename_to_utf8 (dir, -1, NULL, NULL, NULL);
|
||||
utf8 = g_filename_display_name (dir);
|
||||
|
||||
if (editor->sel_path == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user