From 3944a63fed37e86515178c362b478eafd80199c0 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 6 Jun 2010 21:15:42 +0200 Subject: [PATCH] gio: fix the build --- gio/gpermission.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gpermission.c b/gio/gpermission.c index cb1eec1c1..275460fbc 100644 --- a/gio/gpermission.c +++ b/gio/gpermission.c @@ -381,7 +381,7 @@ g_permission_class_init (GPermissionClass *class) */ g_object_class_install_property (object_class, PROP_ALLOWED, g_param_spec_boolean ("allowed", - P(("Is allowed"), + P_("Is allowed"), P_("If the caller is allowed to perform the action"), FALSE, G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));