[grilo-plugins] [podcasts] Use the new way to register the plugin



commit a09ced7eafdd35a38879d733e370acdafd8870ae
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jun 11 21:44:09 2010 +0200

    [podcasts] Use the new way to register the plugin

 src/podcasts/grl-podcasts.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/podcasts/grl-podcasts.c b/src/podcasts/grl-podcasts.c
index bd3c5d0..80a3f36 100644
--- a/src/podcasts/grl-podcasts.c
+++ b/src/podcasts/grl-podcasts.c
@@ -139,8 +139,6 @@
 /* --- Plugin information --- */
 
 #define PLUGIN_ID   "grl-podcasts"
-#define PLUGIN_NAME "Podcasts"
-#define PLUGIN_DESC "A plugin for browsing podcasts"
 
 #define SOURCE_ID   "grl-podcasts"
 #define SOURCE_NAME "Podcasts"
@@ -252,13 +250,7 @@ grl_podcasts_plugin_init (GrlPluginRegistry *registry,
 
 GRL_PLUGIN_REGISTER (grl_podcasts_plugin_init,
                      NULL,
-                     PLUGIN_ID,
-                     PLUGIN_NAME,
-                     PLUGIN_DESC,
-                     PACKAGE_VERSION,
-                     AUTHOR,
-                     LICENSE,
-                     SITE);
+                     PLUGIN_ID);
 
 /* ================== Podcasts GObject ================ */
 



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