From 77eb9e0a46e70a80964608514fbeefe9e4102fc1 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 8 Feb 2004 14:28:23 +0000 Subject: Remove trailing / in invocation of mkdir, since it's unneeded and not 2004-02-08 Christian Persch * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): Remove trailing / in invocation of mkdir, since it's unneeded and not portable. Patch by Julio M. Merino Vidal, fixes bug 133738. --- embed/ephy-favicon-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-favicon-cache.c') diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index df2815855..222f67f5b 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -206,7 +206,7 @@ ephy_favicon_cache_init (EphyFaviconCache *cache) NULL); cache->priv->directory = g_build_filename (ephy_dot_dir (), - "favicon_cache/", + "favicon_cache", NULL); if (g_file_test (cache->priv->directory, G_FILE_TEST_IS_DIR) == FALSE) -- cgit v1.2.3