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:
Sven Neumann
2005-02-20 21:49:53 +00:00
committed by Sven Neumann
parent 7827c1dd88
commit 1e6a94e614
13 changed files with 32 additions and 82 deletions

View File

@ -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)
{