mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
correct wrong function prefixes: g_io_channel -> i_io_channel
This commit is contained in:
parent
9181796472
commit
50ed476623
8 changed files with 25 additions and 25 deletions
|
|
@ -262,7 +262,7 @@ static void session_restore_server(CONFIG_NODE *node)
|
|||
chatnet, password, nick);
|
||||
if (conn != NULL) {
|
||||
conn->reconnection = TRUE;
|
||||
conn->connect_handle = g_io_channel_new(handle);
|
||||
conn->connect_handle = i_io_channel_new(handle);
|
||||
|
||||
server = proto->server_init_connect(conn);
|
||||
server->version = g_strdup(config_node_get_str(node, "version", NULL));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue