[rhythmbox] coherence: fix breakage from entry type changes (bug #629038)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] coherence: fix breakage from entry type changes (bug #629038)
- Date: Wed, 8 Sep 2010 09:37:27 +0000 (UTC)
commit d7c99f82fad19078a0da1d882bde35445ca1a58f
Author: Jonathan Matthew <jonathan d14n org>
Date: Wed Sep 8 19:37:03 2010 +1000
coherence: fix breakage from entry type changes (bug #629038)
plugins/coherence/upnp_coherence/__init__.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/coherence/upnp_coherence/__init__.py b/plugins/coherence/upnp_coherence/__init__.py
index 1bb0097..61e1803 100644
--- a/plugins/coherence/upnp_coherence/__init__.py
+++ b/plugins/coherence/upnp_coherence/__init__.py
@@ -45,6 +45,7 @@ class CoherencePlugin(rb.Plugin, log.Loggable):
rb.Plugin.__init__(self)
self.coherence = None
self.config = gconf.client_get_default()
+ self.entry_type = None
if self.config.get(gconf_keys['dmc_active']) is None:
# key not yet found represented by "None"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]