On Tue, Jan 02, 2007 at 06:08:02PM +0100, julien cubizolles wrote:
> First of all, banshee complains at startup with : 

I have a patch for this, actually.  I'll add it to banshee bugzilla but
here it is for now.

Index: banshee-0.11.3/src/Banshee.Dap/Karma/Karma.cs
===================================================================
--- banshee-0.11.3.orig/src/Banshee.Dap/Karma/Karma.cs  2007-01-02 
14:20:54.000000000 -0500
+++ banshee-0.11.3/src/Banshee.Dap/Karma/Karma.cs       2007-01-02 
14:21:36.000000000 -0500
@@ -34,6 +34,16 @@
 using Banshee.Dap;
 using Banshee.Base;
 
+public static class PluginModuleEntry
+{
+    public static Type [] GetTypes()
+    {
+        return new Type [] {
+            typeof(Banshee.Dap.Karma.KarmaDap)
+        };
+    }
+}
+
 namespace Banshee.Dap.Karma
 {
     [DapProperties(DapType = DapType.NonGeneric)]

--
Bob Copeland %% www.bobcopeland.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel

Reply via email to