This website works better with JavaScript.
Home
Help
Register
Sign In
cromer
/
tuf-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
7
Wiki
Activity
Browse Source
fix bug that caused infinite loop in cli
master
1.1.1
Chris Cromer
6 months ago
parent
ec59682d2d
commit
49d5a9bbee
Signed by:
cromer
GPG Key ID:
39CC813FF3C8708A
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
meson.build
+3
-0
src/cli.vala
+ 1
- 1
meson.build
View File
@ -4,7 +4,7 @@ project(
'c',
'vala'
],
version: '1.1.
0
',
version: '1.1.
1
',
license: 'BSD-3',
default_options:
[
+ 3
- 0
src/cli.vala
View File
@ -542,6 +542,9 @@ namespace TUFManager {
if (!get_keyboard_color ().equal (rgba)) {
set_keyboard_color (rgba);
}
else {
release_cli ();
}
#else
try {
pkttyagent = new Subprocess.newv ({"pkttyagent"}, SubprocessFlags.NONE);
Write
Preview
Loading…
Cancel
Save