Blob Blame History Raw
From aff7338cd6808020f51c69a988c629f7c5704561 Mon Sep 17 00:00:00 2001
From: Qball Cow <qball@gmpclient.org>
Date: Thu, 18 Aug 2011 10:04:20 +0200
Subject: [PATCH] Bugfix (thx to gaston)

---
 src/plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugin.c b/src/plugin.c
index 2005e44..d328d42 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -926,7 +926,7 @@ static GObject *albumview_plugin_constructor(GType type, guint n_construct_prope
 }
 static void albumview_plugin_finalize(GObject *obj) {
     AlbumViewPlugin *self = (AlbumViewPlugin *)obj;
-	AlbumViewPluginClass * klass = (g_type_class_peek (play_queue_plugin_get_type()));
+	AlbumViewPluginClass * klass = (g_type_class_peek (albumview_plugin_get_type()));
 	gpointer parent_class = g_type_class_peek_parent (klass);
 
     g_log(AV_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Destroying plugin");
-- 
2.4.10.GIT