st: Fix property type
Commit 8f3554ff
accidentally changed the type of the StWidget:track-hover
property from boolean to object.
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1482
This commit is contained in:
parent
02b47f4640
commit
5295866eff
@ -927,11 +927,11 @@ st_widget_class_init (StWidgetClass *klass)
|
|||||||
* widget.
|
* widget.
|
||||||
*/
|
*/
|
||||||
props[PROP_TRACK_HOVER] =
|
props[PROP_TRACK_HOVER] =
|
||||||
g_param_spec_object ("track-hover",
|
g_param_spec_boolean ("track-hover",
|
||||||
"Track hover",
|
"Track hover",
|
||||||
"Determines whether the widget tracks hover state",
|
"Determines whether the widget tracks hover state",
|
||||||
FALSE,
|
FALSE,
|
||||||
ST_PARAM_READWRITE);
|
ST_PARAM_READWRITE);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* StWidget:hover:
|
* StWidget:hover:
|
||||||
|
Loading…
Reference in New Issue
Block a user