completion: ensure that the initial completions are shown
commit3f730c1f5c166cc15c20b6140f938dead6e895f5
authorDavid Aguilar <davvid@gmail.com>
Wed, 29 Mar 2023 06:20:02 +0000 (28 23:20 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 29 Mar 2023 06:21:35 +0000 (28 23:21 -0700)
treefda01131a28c46b50f00a0c3f15007af7af8867a
parentbf9693263c5ef3e789b6cf1a024282f08a24f5cd
completion: ensure that the initial completions are shown

Qt will display all completions when None is passed as the completion
text.

Restore the original behavior by using `None` as the default value. The
"Checkout Branch" dialog will not display any completions initially
without this change.

Closes: #1308
Signed-off-by: David Aguilar <davvid@gmail.com>
CHANGES.rst
cola/widgets/completion.py