From 9919b77f1995e8379870d610aea7a2e227882297 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 4 Jun 2013 15:11:24 +0100 Subject: Update for launch msg. --- desktop/global_history.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop/global_history.c') 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; -- cgit v1.2.3