summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.c')
-rw-r--r--desktop/treeview.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index 807366422..d730e748a 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -4945,6 +4945,16 @@ treeview_res_cb(struct hlcache_handle *handle,
r->height = content_get_height(handle);
break;
+ case CONTENT_MSG_QUERY:
+ /** \todo QUERY - Decide what is right here */
+ /* For now, the only safe decision is to cancel the fetch */
+ event->data.query_msg->cb(false, event->data.query_msg->cb_pw);
+ return NSERROR_OK;
+
+ case CONTENT_MSG_QUERY_FINISHED:
+ /** \todo QUERY - Decide what is right here */
+ return NSERROR_OK;
+
default:
break;
}