commitmsg: use immediate connections
commitaa9b1250f398a92df1afb73cb6fd209385742436
authorDavid Aguilar <davvid@gmail.com>
Mon, 13 Mar 2023 01:58:29 +0000 (12 18:58 -0700)
committerDavid Aguilar <davvid@gmail.com>
Mon, 13 Mar 2023 10:24:16 +0000 (13 03:24 -0700)
treefd2be1b4c271ecc9094531514222c9ebe25433f7
parent01b63c98a7089f645caa4888e085852a82f9a6a7
commitmsg: use immediate connections

We switched to queued connections in
102218ab84caf729016aca6f1af2275063e22f26 for uniformity. These signals
are emitted from the main thread so we are better off handling them
immediately to avoid UI glitches.

Related-to: #1301
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/commitmsg.py
cola/widgets/spellcheck.py