gsimpleaction: Ensure actions are enabled
authorColin Walters <walters@verbum.org>
Thu, 1 Dec 2011 14:38:04 +0000 (09:38 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 8 Dec 2011 23:05:14 +0000 (18:05 -0500)
gio/gsimpleaction.c

index d412e1d..d05644d 100644 (file)
@@ -291,6 +291,7 @@ g_simple_action_finalize (GObject *object)
 void
 g_simple_action_init (GSimpleAction *simple)
 {
+  simple->enabled = TRUE;
 }
 
 void