summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index c2df24921..f8bd180b7 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -546,7 +546,10 @@ static nserror global_history_tree_node_entry_cb(
global_history_delete_entry_internal(e);
break;
- case TREE_MSG_FIELD_EDIT:
+ case TREE_MSG_NODE_EDIT:
+ break;
+
+ case TREE_MSG_NODE_LAUNCH:
break;
}
return NSERROR_OK;