[PATCH 15/28] [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 ================ */
 
-- 
1.7.0.4



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