fix method name

This commit is contained in:
yggverse 2024-08-28 02:45:07 +03:00
parent 70bde1db7b
commit c4086d866f

View File

@ -131,7 +131,7 @@ void Page::update()
), .25
);
GioSocketConnection_RefPtr = GioSocketClient_RefPtr->connect_to_host_finish(
GioSocketConnection_RefPtr = GioSocketClient_RefPtr->connect_to_uri_finish(
result
);