gio: fix the build
authorMichael Natterer <mitch@gimp.org>
Sun, 6 Jun 2010 19:15:42 +0000 (21:15 +0200)
committerMichael Natterer <mitch@gimp.org>
Sun, 6 Jun 2010 19:15:42 +0000 (21:15 +0200)
gio/gpermission.c

index cb1eec1..275460f 100644 (file)
@@ -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));