fix bug that caused infinite loop in cli
This commit is contained in:
parent
ec59682d2d
commit
49d5a9bbee
@ -4,7 +4,7 @@ project(
|
|||||||
'c',
|
'c',
|
||||||
'vala'
|
'vala'
|
||||||
],
|
],
|
||||||
version: '1.1.0',
|
version: '1.1.1',
|
||||||
license: 'BSD-3',
|
license: 'BSD-3',
|
||||||
default_options:
|
default_options:
|
||||||
[
|
[
|
||||||
|
@ -542,6 +542,9 @@ namespace TUFManager {
|
|||||||
if (!get_keyboard_color ().equal (rgba)) {
|
if (!get_keyboard_color ().equal (rgba)) {
|
||||||
set_keyboard_color (rgba);
|
set_keyboard_color (rgba);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
release_cli ();
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
try {
|
try {
|
||||||
pkttyagent = new Subprocess.newv ({"pkttyagent"}, SubprocessFlags.NONE);
|
pkttyagent = new Subprocess.newv ({"pkttyagent"}, SubprocessFlags.NONE);
|
||||||
|
Loading…
Reference in New Issue
Block a user