projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92fab48
)
gio: fix the build
author
Michael Natterer
<mitch@gimp.org>
Sun, 6 Jun 2010 19:15:42 +0000
(21:15 +0200)
committer
Michael Natterer
<mitch@gimp.org>
Sun, 6 Jun 2010 19:15:42 +0000
(21:15 +0200)
gio/gpermission.c
patch
|
blob
|
history
diff --git
a/gio/gpermission.c
b/gio/gpermission.c
index
cb1eec1
..
275460f
100644
(file)
--- 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));