epiphany r8774 - trunk/src
- From: xan svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8774 - trunk/src
- Date: Sun, 8 Feb 2009 12:23:14 +0000 (UTC)
Author: xan
Date: Sun Feb 8 12:23:14 2009
New Revision: 8774
URL: http://svn.gnome.org/viewvc/epiphany?rev=8774&view=rev
Log:
ephy-seed-extension: do not return const pointer as char*.
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:14 2009
@@ -157,7 +157,7 @@
if (g_path_is_absolute (dirname))
{
g_free (dirname);
- return name;
+ return g_strdup (name);
}
g_free (dirname);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]