[glib/wip/menus-rebase3] gsimpleaction: Ensure actions are enabled
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/menus-rebase3] gsimpleaction: Ensure actions are enabled
- Date: Thu, 1 Dec 2011 14:51:28 +0000 (UTC)
commit 798daecdf4f3313799b6c9c364f2b27215cf569d
Author: Colin Walters <walters verbum org>
Date: Thu Dec 1 09:38:04 2011 -0500
gsimpleaction: Ensure actions are enabled
gio/gsimpleaction.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c
index d412e1d..d05644d 100644
--- a/gio/gsimpleaction.c
+++ b/gio/gsimpleaction.c
@@ -291,6 +291,7 @@ g_simple_action_finalize (GObject *object)
void
g_simple_action_init (GSimpleAction *simple)
{
+ simple->enabled = TRUE;
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]