mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
correct wrong function prefixes: g_input -> i_input
This commit is contained in:
parent
9cbdf9175e
commit
edb2f699d1
17 changed files with 72 additions and 103 deletions
|
|
@ -252,7 +252,8 @@ void key_gen_run(struct otr_user_state *ustate, const char *account_name)
|
|||
if (pid > 0) {
|
||||
/* Parent process */
|
||||
pidwait_add(pid);
|
||||
worker->tag = g_input_add(worker->pipes[0], G_INPUT_READ, (GInputFunction)read_key_gen_status, worker);
|
||||
worker->tag = i_input_add(worker->pipes[0], I_INPUT_READ,
|
||||
(GInputFunction) read_key_gen_status, worker);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue