diff src/ui_utildlg.c @ 702:e07895754e65

Drop concat_dir_and_file() and use g_build_filename() instead.
author zas_
date Tue, 20 May 2008 22:09:04 +0000
parents e34c1002e553
children a1dcef8cd1ae
line wrap: on
line diff
--- a/src/ui_utildlg.c	Tue May 20 22:00:14 2008 +0000
+++ b/src/ui_utildlg.c	Tue May 20 22:09:04 2008 +0000
@@ -401,7 +401,7 @@
 
 		if (path)
 			{
-			fdlg->dest_path = concat_dir_and_file(base, path);
+			fdlg->dest_path = g_build_filename(base, path, NULL);
 			}
 		else
 			{