From 8160e21a8e85408daa982bef1c28ad90456dcbc9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Massimo=20Cor=C3=A0?= Date: Mon, 9 Aug 2010 00:32:13 +0200 Subject: [PATCH] symbol-db: bgo#622529 - Crash when trying to open a non-writable project Avoid crash. Warnings still appear anyway. --- plugins/symbol-db/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/symbol-db/plugin.c b/plugins/symbol-db/plugin.c index 0ab5a2c77..584998243 100644 --- a/plugins/symbol-db/plugin.c +++ b/plugins/symbol-db/plugin.c @@ -1657,7 +1657,7 @@ on_project_root_added (AnjutaPlugin *plugin, const gchar *name, switch (open_status) { case DB_OPEN_STATUS_FATAL: - g_error ("*** Error in opening db ***"); + g_warning ("*** Error in opening db ***"); return; case DB_OPEN_STATUS_NORMAL: -- 2.11.4.GIT