aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-seed-extension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-seed-extension.c b/src/ephy-seed-extension.c
index e952363ca..85875e56a 100644
--- a/src/ephy-seed-extension.c
+++ b/src/ephy-seed-extension.c
@@ -146,7 +146,7 @@ ephy_seed_extension_get_file (const gchar * name)
}
g_free (dot_dir);
- system_path = g_strconcat (EXTENSIONS_DIR, name);
+ system_path = g_strconcat (EXTENSIONS_DIR, name, NULL);
if (g_file_test (system_path, G_FILE_TEST_EXISTS))
{
return system_path;