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



Author: mcora
Date: Thu Jan  8 17:28:26 2009
New Revision: 4551
URL: http://svn.gnome.org/viewvc/anjuta?rev=4551&view=rev

Log:
	* plugins/symbol-db/plugin.c (goto_global_tree_iter):
	partially fixed #548910 â critials when clicking on the 
	global entry availabe in the global symbols tab

Modified:
   trunk/ChangeLog
   trunk/plugins/symbol-db/plugin.c

Modified: trunk/plugins/symbol-db/plugin.c
==============================================================================
--- trunk/plugins/symbol-db/plugin.c	(original)
+++ trunk/plugins/symbol-db/plugin.c	Thu Jan  8 17:28:26 2009
@@ -690,7 +690,8 @@
 			SYMBOL_DB_VIEW (sdb_plugin->dbv_view_tree), sdb_plugin->sdbe_project,
 							iter, &line, &file) == FALSE)
 	{
-		g_warning ("goto_global_tree_iter (): error while trying to get file/line");
+		DEBUG_PRINT ("goto_global_tree_iter (): error while trying to get file/line. "
+					 "Maybe you clicked on Global/Var etc. node.");
 		return;
 	};
 	



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