[rhythmbox] blacklist the coherence plugin for now
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] blacklist the coherence plugin for now
- Date: Mon, 7 Feb 2011 13:48:01 +0000 (UTC)
commit e7de917c4c9be7e71a12b79987b418cd6ccd4ef6
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 7 23:47:19 2011 +1000
blacklist the coherence plugin for now
shell/rb-plugins-engine.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/shell/rb-plugins-engine.c b/shell/rb-plugins-engine.c
index 6e40641..a21588d 100644
--- a/shell/rb-plugins-engine.c
+++ b/shell/rb-plugins-engine.c
@@ -148,6 +148,12 @@ rb_plugins_engine_load (const gchar *file)
NULL);
if (str) {
info->location = str;
+
+ /* FIXME:
+ * Blacklist a few plugins that we know not to work,
+ * and cause crashes */
+ if (g_str_equal (str, "upnp_coherence"))
+ goto error;
} else {
g_warning ("Could not find 'Module' in %s", file);
goto error;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]