aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c
index efe3f0d..92314dc 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1229,6 +1229,7 @@ update_state (AnjutaPluginSdk *sp)
case TARGET_STATE_READY:
gtk_action_set_sensitive (sp->qemu_start_action, FALSE);
gtk_action_set_sensitive (sp->qemu_shutdown_action, TRUE);
+ break;
case TARGET_STATE_BUSY:
gtk_action_set_sensitive (sp->qemu_shutdown_action, FALSE);
default: