[PATCH 19/28] [podcasts] Use the new way to register the plugin
- From: Joaquim Rocha <jrocha igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 19/28] [podcasts] Use the new way to register the plugin
- Date: Fri, 11 Jun 2010 21:44:09 +0200
---
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 ================ */
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]