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



commit d7912a80c2f7fa21b3c4e1943cd372c064041889
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jun 11 21:43:59 2010 +0200

    [flickr] Use the new way to register the plugin

 src/flickr/grl-flickr.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/flickr/grl-flickr.c b/src/flickr/grl-flickr.c
index ad73d8b..ac97b7c 100644
--- a/src/flickr/grl-flickr.c
+++ b/src/flickr/grl-flickr.c
@@ -46,8 +46,6 @@
 /* --- Plugin information --- */
 
 #define PLUGIN_ID   "grl-flickr"
-#define PLUGIN_NAME "Flickr"
-#define PLUGIN_DESC "A plugin for browsing and searching Flickr photos"
 
 #define SOURCE_ID   "grl-flickr"
 #define SOURCE_NAME "Flickr"
@@ -137,13 +135,7 @@ grl_flickr_plugin_init (GrlPluginRegistry *registry,
 
 GRL_PLUGIN_REGISTER (grl_flickr_plugin_init,
                      NULL,
-                     PLUGIN_ID,
-                     PLUGIN_NAME,
-                     PLUGIN_DESC,
-                     PACKAGE_VERSION,
-                     AUTHOR,
-                     LICENSE,
-                     SITE);
+                     PLUGIN_ID);
 
 /* ================== Flickr GObject ================ */
 



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