anjuta r3601 - in trunk: . plugins/symbol-db



Author: sgranjoux
Date: Tue Feb  5 18:43:00 2008
New Revision: 3601
URL: http://svn.gnome.org/viewvc/anjuta?rev=3601&view=rev

Log:
	* plugins/symbol-db/symbol-db-engine-iterator-node.c:
	Fix a compile error added in the previous patch


Modified:
   trunk/ChangeLog
   trunk/plugins/symbol-db/symbol-db-engine-iterator-node.c

Modified: trunk/plugins/symbol-db/symbol-db-engine-iterator-node.c
==============================================================================
--- trunk/plugins/symbol-db/symbol-db-engine-iterator-node.c	(original)
+++ trunk/plugins/symbol-db/symbol-db-engine-iterator-node.c	Tue Feb  5 18:43:00 2008
@@ -449,7 +449,7 @@
 	s = SYMBOL_DB_ENGINE_ITERATOR_NODE (isymbol);
 	if (s->priv->uri == NULL)
 	{
-		const cgchar* file_path;
+		const gchar* file_path;
 		file_path = symbol_db_engine_iterator_node_get_symbol_extra_string (s, 
 													SYMINFO_FILE_PATH);
 		s->priv->uri = gnome_vfs_get_uri_from_local_path (file_path);



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