[grilo-plugins] [lastfm-albumart] Use the new way to register the plugin
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] [lastfm-albumart] Use the new way to register the plugin
- Date: Mon, 14 Jun 2010 10:29:47 +0000 (UTC)
commit 3dc7dd7143ee24cd80616ad8ce30d81ab798c5f2
Author: Joaquim Rocha <jrocha igalia com>
Date: Fri Jun 11 21:44:05 2010 +0200
[lastfm-albumart] Use the new way to register the plugin
src/lastfm-albumart/grl-lastfm-albumart.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/lastfm-albumart/grl-lastfm-albumart.c b/src/lastfm-albumart/grl-lastfm-albumart.c
index 29c5193..5bd3646 100644
--- a/src/lastfm-albumart/grl-lastfm-albumart.c
+++ b/src/lastfm-albumart/grl-lastfm-albumart.c
@@ -46,8 +46,6 @@
/* ------- Pluging Info -------- */
#define PLUGIN_ID "grl-lastfm-albumart"
-#define PLUGIN_NAME "Album art Provider from Last.FM"
-#define PLUGIN_DESC "A plugin for getting album arts using Last.FM as backend"
#define SOURCE_ID "grl-lastfm-albumart"
#define SOURCE_NAME "Album art Provider from Last.FM"
@@ -90,13 +88,7 @@ grl_lastfm_albumart_source_plugin_init (GrlPluginRegistry *registry,
GRL_PLUGIN_REGISTER (grl_lastfm_albumart_source_plugin_init,
NULL,
- PLUGIN_ID,
- PLUGIN_NAME,
- PLUGIN_DESC,
- PACKAGE_VERSION,
- AUTHOR,
- LICENSE,
- SITE);
+ PLUGIN_ID);
/* ================== Last.FM-AlbumArt GObject ================ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]