[anjuta/gnome-2-26] symbol-db: fixed bug that broke local-symbols view
- From: Massimo Cora' <mcora src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta/gnome-2-26] symbol-db: fixed bug that broke local-symbols view
- Date: Fri, 19 Jun 2009 17:22:47 -0400 (EDT)
commit c3dbcc278580d55df39b07319b7aa89d41873e8a
Author: Massimo Corà <mcora src gnome org>
Date: Fri Jun 19 23:12:11 2009 +0200
symbol-db: fixed bug that broke local-symbols view
'simple' dynamic queries were suffering of a bug due to commit
c77341f2d80cfb0b4eee4556306f2a415a857e2a
plugins/symbol-db/symbol-db-engine-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-engine-core.c b/plugins/symbol-db/symbol-db-engine-core.c
index 9615309..ef30892 100644
--- a/plugins/symbol-db/symbol-db-engine-core.c
+++ b/plugins/symbol-db/symbol-db-engine-core.c
@@ -540,7 +540,7 @@ sdb_engine_insert_dyn_query_node_by_id (SymbolDBEngine *dbe, dyn_query_type quer
/* check if a DynChildQueryNode already exists in the gtree */
if ( (dyn_node = g_tree_lookup (node->sym_extra_info_gtree,
- GINT_TO_POINTER (sym_info))) == NULL)
+ GINT_TO_POINTER (sym_info))) != NULL)
{
/* strange enough but we found something. Return it. */
return dyn_node;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]