[anjuta] symbol-db: re-fixed bgo#605952 with patch from Sébastien Granjoux.



commit c25d563b91a817b1d1e8c492cf0512632ab51161
Author: Massimo Corà <mcora src gnome org>
Date:   Tue Jan 12 00:33:46 2010 +0100

    symbol-db: re-fixed bgo#605952 with patch from Sébastien Granjoux.
    
    I found the steps to reproduce this. Maybe there's something wrong with the internals of macro
    tests.

 plugins/symbol-db/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/plugin.c b/plugins/symbol-db/plugin.c
index 664c3e5..c437331 100644
--- a/plugins/symbol-db/plugin.c
+++ b/plugins/symbol-db/plugin.c
@@ -1251,7 +1251,7 @@ clear_project_progress_bar (SymbolDBEngine *dbe, gpointer data)
 	
 	/* ok, enable local symbols view */
 	if (sdb_plugin->current_editor == NULL  ||
-	    IANJUTA_IS_EDITOR (sdb_plugin->current_editor) == FALSE)
+	    IANJUTA_IS_FILE (sdb_plugin->current_editor) == FALSE)
 	{
 		return;
 	}



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