X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fremote.c;h=b5f47ebb3c314a4972a1f4550f9814d0c2a4882c;hp=9c40ebe088e1b07278d773c36af7e7b8d4cf699a;hb=e436ea53511e1dadab981af18b237fee83fde39b;hpb=2dfa5f58107ba16e171e2e65524859a42b057742 diff --git a/src/remote.c b/src/remote.c index 9c40ebe0..b5f47ebb 100644 --- a/src/remote.c +++ b/src/remote.c @@ -218,7 +218,7 @@ static RemoteConnection *remote_server_open(const gchar *path) rc->path = g_strdup(path); channel = g_io_channel_unix_new(rc->fd); - g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL); + g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL); rc->channel_id = g_io_add_watch_full(channel, G_PRIORITY_DEFAULT, G_IO_IN, remote_server_read_cb, rc, NULL);