summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-07 07:18:34 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-07 07:18:34 +0800
commita3780a09081710b663342ec689958df4a6e601f3 (patch)
tree0258e1b6539c631e860e2158453371cb16bbb22e /devel/anjuta/files/patch-plugins_symbol-db_plugin.c
parente1ec4299f28dd5efd1639a6f71da9067043b18f5 (diff)
downloadmarcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.tar
marcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.tar.gz
marcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.tar.bz2
marcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.tar.lz
marcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.tar.xz
marcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.tar.zst
marcuscom-ports-a3780a09081710b663342ec689958df4a6e601f3.zip
Update to 2.27.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12270 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta/files/patch-plugins_symbol-db_plugin.c')
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_plugin.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_plugin.c b/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
new file mode 100644
index 000000000..d19ef6d15
--- /dev/null
+++ b/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
@@ -0,0 +1,11 @@
+--- plugins/symbol-db/plugin.c.orig 2009-04-17 01:08:28.000000000 -0400
++++ plugins/symbol-db/plugin.c 2009-04-17 01:09:11.000000000 -0400
+@@ -1510,7 +1510,7 @@ do_check_offline_files_changed (SymbolDB
+ GHashTable *prj_elements_hash;
+ GPtrArray *to_add_files = NULL;
+ gint i;
+- gint real_added ;
++ gint real_added = 0;
+
+ pm = anjuta_shell_get_interface (ANJUTA_PLUGIN (sdb_plugin)->shell,
+ IAnjutaProjectManager, NULL);