diff src/ui_bookmark.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 a3218946bd2d
children eda074e91ddd
line wrap: on
line diff
--- a/src/ui_bookmark.c	Tue May 20 22:00:14 2008 +0000
+++ b/src/ui_bookmark.c	Tue May 20 22:09:04 2008 +0000
@@ -856,7 +856,7 @@
 			history_list_add_to_key(bm->key, buf, 0);
 			g_free(buf);
 
-			path = concat_dir_and_file(homedir(), "Desktop");
+			path = g_build_filename(homedir(), "Desktop", NULL);
 			if (isname(path))
 				{
 				buf = bookmark_string(_("Desktop"), path, NULL);