[rhythmbox] lyrics: fix another typo from the recent reorganisation



commit 20cf5189ed538d8f40196768434d6e951f585a53
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Oct 28 07:12:37 2009 +1000

    lyrics: fix another typo from the recent reorganisation

 plugins/lyrics/lyrics/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/lyrics/lyrics/__init__.py b/plugins/lyrics/lyrics/__init__.py
index cb087de..49f4372 100644
--- a/plugins/lyrics/lyrics/__init__.py
+++ b/plugins/lyrics/lyrics/__init__.py
@@ -380,7 +380,7 @@ class LyricsDisplayPlugin(rb.Plugin):
 
 		shell.disconnect (self.csi_id)
 
-		self.props.db.disconnect (self.lyric_req_id)
+		shell.props.db.disconnect (self.lyric_req_id)
 
 		if self.window is not None:
 			self.window.destroy ()



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