[Xfce4-commits] [apps/xfdashboard] 01/02: Fix typo
noreply at xfce.org
noreply at xfce.org
Mon May 8 06:50:27 CEST 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit be2ac2e02f235f43bdbc68afdc06b5e44bad30fa
Author: Stephan Haller <nomad at froevel.de>
Date: Mon May 8 06:24:10 2017 +0200
Fix typo
---
libxfdashboard/stage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfdashboard/stage.c b/libxfdashboard/stage.c
index cc9aca6..61229dd 100644
--- a/libxfdashboard/stage.c
+++ b/libxfdashboard/stage.c
@@ -678,7 +678,7 @@ static void _xfdashboard_stage_on_application_resume(XfdashboardStage *self, gpo
/* Find search view */
searchView=xfdashboard_viewpad_find_view_by_type(XFDASHBOARD_VIEWPAD(priv->viewpad), XFDASHBOARD_TYPE_SEARCH_VIEW);
- if(!searchView) g_critical(_("Cannot find search viewin viewpad to reset view."));
+ if(!searchView) g_critical(_("Cannot find search view in viewpad to reset view."));
/* Find view to switch to if requested */
resumeView=NULL;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list