summaryrefslogtreecommitdiff
path: root/src/aul_launch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aul_launch.c')
-rw-r--r--src/aul_launch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aul_launch.c b/src/aul_launch.c
index 2b2d54f9..424d8579 100644
--- a/src/aul_launch.c
+++ b/src/aul_launch.c
@@ -242,6 +242,7 @@ static dispatcher __dispatcher[] = {
[WIDGET_GET_CONTENT] = __dispatch_widget_get_content,
[APP_UPDATE_REQUESTED] = __dispatch_app_update_requested,
[WATCHDOG_PING] = __dispatch_watchdog_ping,
+ [APP_SEND_LAUNCH_REQUEST] = __dispatch_app_start,
};
static gboolean __aul_launch_handler(GIOChannel *io, GIOCondition condition,