Fix a typo
Terminating a string array with "NULL" does not have the desired effect.
This commit is contained in:
parent
6e848ce81a
commit
3916403df0
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ cc_ua_panel_init (CcUaPanel *self)
|
||||||
"pointing_sizegroup", "pointing_sizegroup2",
|
"pointing_sizegroup", "pointing_sizegroup2",
|
||||||
"pointing_scale_sizegroup", "sizegroup1",
|
"pointing_scale_sizegroup", "sizegroup1",
|
||||||
"hearing_sizegroup",
|
"hearing_sizegroup",
|
||||||
"NULL" };
|
NULL };
|
||||||
|
|
||||||
priv = self->priv = UA_PANEL_PRIVATE (self);
|
priv = self->priv = UA_PANEL_PRIVATE (self);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue