[Xfce4-commits] [apps/xfdashboard] 02/06: Chnage IDs of plugins to be prefixed with "de.froevel.xfdashboard."
noreply at xfce.org
noreply at xfce.org
Tue Feb 9 07:49:44 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit f1a6c0c5156289b761b23aec109a4211d61cff6c
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Feb 8 20:42:09 2016 +0100
Chnage IDs of plugins to be prefixed with "de.froevel.xfdashboard."
---
plugins/clock-view/plugin.c | 2 +-
plugins/gnome-shell-search-provider/gnome-shell-search-provider.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/clock-view/plugin.c b/plugins/clock-view/plugin.c
index bd3f8f6..229aba1 100644
--- a/plugins/clock-view/plugin.c
+++ b/plugins/clock-view/plugin.c
@@ -46,7 +46,7 @@ static gboolean plugin_enable(XfdashboardPlugin *self, gpointer inUserData)
/* Register view */
viewManager=xfdashboard_view_manager_get_default();
- xfdashboard_view_manager_register(viewManager, "clock", XFDASHBOARD_TYPE_CLOCK_VIEW);
+ xfdashboard_view_manager_register(viewManager, "de.froevel.xfdashboard.clock", XFDASHBOARD_TYPE_CLOCK_VIEW);
g_object_unref(viewManager);
diff --git a/plugins/gnome-shell-search-provider/gnome-shell-search-provider.h b/plugins/gnome-shell-search-provider/gnome-shell-search-provider.h
index 6763ed7..cdaec0b 100644
--- a/plugins/gnome-shell-search-provider/gnome-shell-search-provider.h
+++ b/plugins/gnome-shell-search-provider/gnome-shell-search-provider.h
@@ -58,7 +58,7 @@ struct _XfdashboardGnomeShellSearchProviderClass
};
/* Public API */
-#define XFDASHBOARD_GNOME_SHELL_SEARCH_PROVIDER_PREFIX "gnome-shell-search-provider_"
+#define XFDASHBOARD_GNOME_SHELL_SEARCH_PROVIDER_PREFIX "de.froevel.xfdashboard.gnome-shell-search-provider."
GType xfdashboard_gnome_shell_search_provider_get_type(void) G_GNUC_CONST;
void xfdashboard_gnome_shell_search_provider_type_register(GTypeModule *inModule);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list