[grilo-plugins] [bookmarks] 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] [bookmarks] Use the new way to register the plugin
- Date: Mon, 14 Jun 2010 10:28:46 +0000 (UTC)
commit 5cdcf29f09cb216ab42ce8a0812cab5d5df1b775
Author: Joaquim Rocha <jrocha igalia com>
Date: Fri Jun 11 21:43:53 2010 +0200
[bookmarks] Use the new way to register the plugin
src/bookmarks/grl-bookmarks.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/bookmarks/grl-bookmarks.c b/src/bookmarks/grl-bookmarks.c
index 9e40871..e9a8414 100644
--- a/src/bookmarks/grl-bookmarks.c
+++ b/src/bookmarks/grl-bookmarks.c
@@ -110,8 +110,6 @@
/* --- Plugin information --- */
#define PLUGIN_ID "grl-bookmarks"
-#define PLUGIN_NAME "Bookmarks"
-#define PLUGIN_DESC "A plugin for organizing media bookmarks"
#define SOURCE_ID "grl-bookmarks"
#define SOURCE_NAME "Bookmarks"
@@ -193,13 +191,7 @@ grl_bookmarks_plugin_init (GrlPluginRegistry *registry,
GRL_PLUGIN_REGISTER (grl_bookmarks_plugin_init,
NULL,
- PLUGIN_ID,
- PLUGIN_NAME,
- PLUGIN_DESC,
- PACKAGE_VERSION,
- AUTHOR,
- LICENSE,
- SITE);
+ PLUGIN_ID);
/* ================== Bookmarks GObject ================ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]