summaryrefslogtreecommitdiff
path: root/command_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'command_service.c')
-rw-r--r--command_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_service.c b/command_service.c
index 1169432..ce1589d 100644
--- a/command_service.c
+++ b/command_service.c
@@ -54,7 +54,7 @@ gboolean server_start() {
return FALSE;
}
- g_signal_connect(ss, "incoming", (GCallback)service_incoming, NULL);
+ g_signal_connect(ss, "run", (GCallback)service_incoming, NULL);
g_socket_service_start(ss);
return TRUE;