use canonical signal names

This commit is contained in:
Matthias Clasen
2006-06-01 04:54:49 +00:00
parent ccb447de94
commit 4d5e99e6ca
3 changed files with 9 additions and 1 deletions

View File

@ -283,7 +283,7 @@ finish_print (PrintResponseData *rdata,
_gtk_print_operation_set_status (op, gtk_print_job_get_status (op_unix->job), NULL);
op_unix->job_status_changed_tag =
g_signal_connect (op_unix->job, "status_changed",
g_signal_connect (op_unix->job, "status-changed",
G_CALLBACK (job_status_changed_cb), op);
op_unix->parent = rdata->parent;