aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c
index fda61e0..4536e40 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1500,6 +1500,11 @@ anjuta_plugin_sdk_activate (AnjutaPlugin *plugin)
sp->remote_stop_action = anjuta_ui_get_action (ui, "ActionGroupSdk",
"ActionStopRemote");
+#ifndef GDB_INTEGRATION
+ gtk_action_set_visible (sp->remote_debug_action, FALSE);
+ gtk_action_set_visible (sp->remote_debug_stop_action, FALSE);
+#endif
+
gtk_action_set_sensitive (sp->qemu_start_action, FALSE);
gtk_action_set_sensitive (sp->qemu_shutdown_action, FALSE);
gtk_action_set_sensitive (sp->deploy_action, FALSE);