mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
display: Fix typo
This commit is contained in:
parent
588955b59e
commit
9877f4469b
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ calls_call_display_class_init (CallsCallDisplayClass *klass)
|
||||||
props[PROP_CALL] =
|
props[PROP_CALL] =
|
||||||
g_param_spec_object ("call",
|
g_param_spec_object ("call",
|
||||||
"Call",
|
"Call",
|
||||||
"The CallsCall which this display rapresents",
|
"The CallsCall which this display represents",
|
||||||
CALLS_TYPE_CALL,
|
CALLS_TYPE_CALL,
|
||||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
|
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue