[gnome-builder/gnome-builder-3-24] build-manager: Emit action-enabled-changed for install
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-24] build-manager: Emit action-enabled-changed for install
- Date: Tue, 18 Apr 2017 22:15:39 +0000 (UTC)
commit ed867626d31a3220bcf8e2fa82232afe67e1cd54
Author: Matthew Leeds <mleeds redhat com>
Date: Mon Apr 17 22:02:36 2017 -0500
build-manager: Emit action-enabled-changed for install
https://bugzilla.gnome.org/show_bug.cgi?id=781428
libide/buildsystem/ide-build-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildsystem/ide-build-manager.c b/libide/buildsystem/ide-build-manager.c
index b6034d0..d003c4b 100644
--- a/libide/buildsystem/ide-build-manager.c
+++ b/libide/buildsystem/ide-build-manager.c
@@ -90,6 +90,7 @@ ide_build_manager_propagate_action_enabled (IdeBuildManager *self)
g_action_group_action_enabled_changed (G_ACTION_GROUP (self), "build", !busy && can_build);
g_action_group_action_enabled_changed (G_ACTION_GROUP (self), "rebuild", !busy && can_build);
g_action_group_action_enabled_changed (G_ACTION_GROUP (self), "clean", !busy && can_build);
+ g_action_group_action_enabled_changed (G_ACTION_GROUP (self), "install", !busy && can_build);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]