[glib] gio: fix the build



commit 3944a63fed37e86515178c362b478eafd80199c0
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jun 6 21:15:42 2010 +0200

    gio: fix the build

 gio/gpermission.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gpermission.c b/gio/gpermission.c
index cb1eec1..275460f 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));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]