[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Permission to upload bugfix/translation updates for remmina stack



Il giorno Sat, 4 Sep 2010 20:16:44 +0200
Julien Cristau <jcristau@debian.org> ha scritto:

> -    if (client->thread) pthread_join (client->thread, NULL);
> +    while (client->thread)
> +    {
> +        gdk_threads_leave ();
> +        sleep (1);
> +        gdk_threads_enter ();
> +    }
> 
> what's the reasoning for this one?

This is to fix a window hang when transfering files with SFTP:
http://remmina.svn.sourceforge.net/viewvc/remmina?view=revision&revision=221

> Also it seems src/remminaftpclient.c (and a few other files) doesn't include
> config.h, that's a recipe for impossible debugging later on.

I'll report this upstream.

> > * remmina-plugins_0.8.3-1
> 
> Not quite sure what this is fixing either, and there's no changelog to
> explain.

New upstream version ships fix for this bug reported upstream:
http://sourceforge.net/tracker/?func=detail&aid=3049236&group_id=278330&atid=1181674

Attachment: signature.asc
Description: PGP signature


Reply to: