mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +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
|
||||
g_simple_action_init (GSimpleAction *simple)
|
||||
{
|
||||
simple->enabled = TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user