[Xfce4-commits] [apps/xfdashboard] 01/06: Change IDs of builtin "plugins" to be prefixed with "builtin."
noreply at xfce.org
noreply at xfce.org
Tue Feb 9 07:49:43 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 8539ae3b7172e9f1ff8ff20396d3906b7a06da06
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Feb 8 20:40:01 2016 +0100
Change IDs of builtin "plugins" to be prefixed with "builtin."
---
xfdashboard/application.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xfdashboard/application.c b/xfdashboard/application.c
index ec2e529..7445c56 100644
--- a/xfdashboard/application.c
+++ b/xfdashboard/application.c
@@ -433,14 +433,14 @@ static gboolean _xfdashboard_application_initialize_full(XfdashboardApplication
/* Register built-in views (order of registration is important) */
priv->viewManager=xfdashboard_view_manager_get_default();
- xfdashboard_view_manager_register(priv->viewManager, "windows", XFDASHBOARD_TYPE_WINDOWS_VIEW);
- xfdashboard_view_manager_register(priv->viewManager, "applications", XFDASHBOARD_TYPE_APPLICATIONS_VIEW);
- xfdashboard_view_manager_register(priv->viewManager, "search", XFDASHBOARD_TYPE_SEARCH_VIEW);
+ xfdashboard_view_manager_register(priv->viewManager, "builtin.windows", XFDASHBOARD_TYPE_WINDOWS_VIEW);
+ xfdashboard_view_manager_register(priv->viewManager, "builtin.applications", XFDASHBOARD_TYPE_APPLICATIONS_VIEW);
+ xfdashboard_view_manager_register(priv->viewManager, "builtin.search", XFDASHBOARD_TYPE_SEARCH_VIEW);
/* Register built-in search providers */
priv->searchManager=xfdashboard_search_manager_get_default();
- xfdashboard_search_manager_register(priv->searchManager, "applications", XFDASHBOARD_TYPE_APPLICATIONS_SEARCH_PROVIDER);
+ xfdashboard_search_manager_register(priv->searchManager, "builtin.applications", XFDASHBOARD_TYPE_APPLICATIONS_SEARCH_PROVIDER);
/* Create single-instance of plugin manager to keep it alive while
* application is running.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list