epiphany r7869 - trunk/src/bookmarks



Author: xan
Date: Tue Jan 15 07:56:31 2008
New Revision: 7869
URL: http://svn.gnome.org/viewvc/epiphany?rev=7869&view=rev

Log:
Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541)


Modified:
   trunk/src/bookmarks/ephy-bookmarks-export.c

Modified: trunk/src/bookmarks/ephy-bookmarks-export.c
==============================================================================
--- trunk/src/bookmarks/ephy-bookmarks-export.c	(original)
+++ trunk/src/bookmarks/ephy-bookmarks-export.c	Tue Jan 15 07:56:31 2008
@@ -395,7 +395,7 @@
 	char *tmp_file_path;
 	int ret;
 
-	LOG ("Exporting as RDF to %s", filename);
+	LOG ("Exporting as RDF to %s", file_path);
 
 	START_PROFILER ("Exporting as RDF")
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]