epiphany r8773 - trunk/src
- From: xan svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8773 - trunk/src
- Date: Sun, 8 Feb 2009 12:23:09 +0000 (UTC)
Author: xan
Date: Sun Feb 8 12:23:09 2009
New Revision: 8773
URL: http://svn.gnome.org/viewvc/epiphany?rev=8773&view=rev
Log:
ephy-seed-extension: add trailing NULL to g_strconcat.
Modified:
trunk/src/ephy-seed-extension.c
Modified: trunk/src/ephy-seed-extension.c
==============================================================================
--- trunk/src/ephy-seed-extension.c (original)
+++ trunk/src/ephy-seed-extension.c Sun Feb 8 12:23:09 2009
@@ -146,7 +146,7 @@
}
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]