[Xfce4-commits] [apps/xfdashboard] 01/01: Fix typo and compiler warning when compiling on BSD-derived systems

noreply at xfce.org noreply at xfce.org
Tue Dec 1 09:23:09 CET 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit acd55cbd62ffe881b798453c36a340a385de1afb
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Dec 1 09:21:55 2015 +0100

    Fix typo and compiler warning when compiling on BSD-derived systems
    
    Fixes bug 12337
    
    Thanks to ToZ
---
 xfdashboard/application-database.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfdashboard/application-database.c b/xfdashboard/application-database.c
index f47eef8..047793d 100644
--- a/xfdashboard/application-database.c
+++ b/xfdashboard/application-database.c
@@ -920,7 +920,7 @@ static gboolean _xfdashboard_application_database_load_applications_recursive(Xf
 	{
 #if defined(__unix__)
 		/* Workaround for FreeBSD with Glib bug (file/directory monitors cannot be created) */
-		g_warning(_("[workaround for FreeBSD] Cannot initialize file monitor for path '%s' but will not fail: %s",
+		g_warning(_("[workaround for FreeBSD] Cannot initialize file monitor for path '%s' but will not fail: %s"),
 					path,
 					error ? error->message : _("Unknown error"));
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list