[PATCH 07/28] [filesystem] Use the new way to register the plugin
- From: Joaquim Rocha <jrocha igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 07/28] [filesystem] Use the new way to register the plugin
- Date: Fri, 11 Jun 2010 21:43:57 +0200
---
src/filesystem/grl-filesystem.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/src/filesystem/grl-filesystem.c b/src/filesystem/grl-filesystem.c
index d74f19a..c7b1b20 100644
--- a/src/filesystem/grl-filesystem.c
+++ b/src/filesystem/grl-filesystem.c
@@ -57,8 +57,6 @@
/* --- Plugin information --- */
#define PLUGIN_ID "grl-filesystem"
-#define PLUGIN_NAME "Filesystem"
-#define PLUGIN_DESC "A plugin for browsing the filesystem"
#define SOURCE_ID "grl-filesystem"
#define SOURCE_NAME "Filesystem"
@@ -138,13 +136,7 @@ grl_filesystem_plugin_init (GrlPluginRegistry *registry,
GRL_PLUGIN_REGISTER (grl_filesystem_plugin_init,
NULL,
- PLUGIN_ID,
- PLUGIN_NAME,
- PLUGIN_DESC,
- PACKAGE_VERSION,
- AUTHOR,
- LICENSE,
- SITE);
+ PLUGIN_ID);
/* ================== Filesystem GObject ================ */
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]