diff src/ui_bookmark.c @ 725:eda074e91ddd

Use G_DIR_SEPARATOR_S where applicable.
author zas_
date Wed, 21 May 2008 11:00:13 +0000
parents e07895754e65
children a7289f9e8d29
line wrap: on
line diff
--- a/src/ui_bookmark.c	Wed May 21 10:52:38 2008 +0000
+++ b/src/ui_bookmark.c	Wed May 21 11:00:13 2008 +0000
@@ -503,7 +503,7 @@
 static gchar *bookmark_string(const gchar *name, const gchar *path, const gchar *icon)
 {
 	if (!name) name = _("New Bookmark");
-	if (icon && strncmp(icon, "/", 1) != 0) icon = NULL;
+	if (icon && strncmp(icon, G_DIR_SEPARATOR_S, 1) != 0) icon = NULL;
 
 	if (icon)
 		{