Re: [Banshee-List] banshee lyrics plugin 0.4



Hi,

I made a simple patch to change the "base_dir" where the gconf key is
stored, you were using a different path that the default installed
plugins, so I changed it ;)

On Sun, 2007-09-02 at 14:55 +0200, Christian Martellini wrote:
> Hi.
> Today I release the new version of banshee-lyrics-plugin.
> 
> Please visit http://gtk-apps.org/content/show.php?content=64837 for a
> list of features and for download it.
> 
> Any Questions/problems/suggestions are welcome.. :)
> 
> Bye,
> Christian
> 
> _______________________________________________
> Banshee-list mailing list
> Banshee-list gnome org
> http://mail.gnome.org/mailman/listinfo/banshee-list
-- 
Igor Guerrero Fonseca <igor ubuntu org ni>
--- banshee-lyrics-plugin-0.4/src/LyricsPlugin.cs	2007-08-29 17:56:24.000000000 -0400
+++ LyricsPlugin.cs	2007-09-02 12:00:31.000000000 -0400
@@ -24,7 +24,7 @@
     private GConf.Client gconf;
     private bool enabled = true;
 	protected LyricsPane pane;
-    public static string baseKey = "/apps/Banshee/LyricSource";
+    public static string baseKey = "/apps/banshee/plugins/lyrics/lyric_source";
     //plugin dir
     public static string PATH;
     /* Begin Plugin overrides */


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