diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-17 18:18:21 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-17 18:18:21 +0000 |
commit | 7ac46539d0876f1d6c7101afd35c6e39a9ee9372 (patch) | |
tree | 6a3b1bab681def4cb9471f142c9aaebc5e5be0ea /src/app.c | |
parent | e21e39d605f7af4567d1ae2b735eccf559b16f10 (diff) |
Cut'n'paste error.
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1106,7 +1106,7 @@ vg_events_server_cb (GIOChannel *source, gdk_window_set_cursor (app->window->window, app->busy_cursor); gdk_flush (); - io = gnet_unix_socket_get_io_channel (client); + io = gnet_tcp_socket_get_io_channel (client); fd = g_io_channel_unix_get_fd (io); file = gzdopen (dup (fd), "r"); |