mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
gsimpleaction: Ensure actions are enabled
This commit is contained in:
parent
a8a8633cef
commit
8777b08a5a
@ -291,6 +291,7 @@ g_simple_action_finalize (GObject *object)
|
|||||||
void
|
void
|
||||||
g_simple_action_init (GSimpleAction *simple)
|
g_simple_action_init (GSimpleAction *simple)
|
||||||
{
|
{
|
||||||
|
simple->enabled = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user