[Xfce4-commits] r22543 - xarchiver/trunk/src

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Fri Jul 28 13:15:56 CEST 2006


Giuseppe Torelli wrote:
> Author: colossus
> Date: 2006-07-28 11:02:08 +0000 (Fri, 28 Jul 2006)
> New Revision: 22543
> 
> Modified:
>    xarchiver/trunk/src/callbacks.c
>    xarchiver/trunk/src/iso.c
> Log:
> Fixed a crash when extracting to the Trash bin. Thanks to Benny for reporting this.
> 
> 
> Modified: xarchiver/trunk/src/callbacks.c
> ===================================================================
> --- xarchiver/trunk/src/callbacks.c	2006-07-28 10:39:56 UTC (rev 22542)
> +++ xarchiver/trunk/src/callbacks.c	2006-07-28 11:02:08 UTC (rev 22543)
> @@ -1757,6 +1757,8 @@
>  		no_uri_path = g_filename_from_uri ( (gchar*)fm_path, NULL, NULL );
>  		//g_message ("%s - %s",fm_path,no_uri_path);
>  		g_free ( fm_path );
> +		if (no_uri_path == NULL)
> +			gtk_drag_finish (dc, FALSE, FALSE, t);

This one is still missing a return. ;-)

Benedikt



More information about the Xfce4-dev mailing list