[anjuta/newproject] symbol-db: Add missing declaration in previous commit



commit a74afaea5d5ae6a5edb802f54b2d4bfadf4e049e
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Tue Aug 3 21:20:12 2010 +0200

    symbol-db: Add missing declaration in previous commit

 plugins/symbol-db/plugin.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/symbol-db/plugin.c b/plugins/symbol-db/plugin.c
index 49dfcf3..3629505 100644
--- a/plugins/symbol-db/plugin.c
+++ b/plugins/symbol-db/plugin.c
@@ -1695,6 +1695,7 @@ on_project_root_added (AnjutaPlugin *plugin, const gchar *name,
 	
 	if (root_dir)
 	{
+		gboolean needs_sources_scan = FALSE;
 		gboolean project_exist = FALSE;
 		GHashTable* lang_hash;
 		guint id;



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