Re: [PATCH] gnome_vfs_url_show_with_env does not work if entry in *.desktop is empty Path: 'Path='.



On Mon, 2006-12-25 at 17:17 +0300, Peter Volkov (pva) wrote:
> Hello.
> 
> There is a bug in gnome-vfs when it does not work in the case when there
> is the 'Path=' entry in .desktop file. Not to repeat everything that was
> already said there, just pasting URL here:
> 
> http://bugzilla.gnome.org/show_bug.cgi?id=389273
> 
> Taking into account notes in bug updated patch attached here for
> comments. Hope this patch is correct.

I'm commiting something similar:

+       if (app->priv->path != NULL && *app->priv->path == 0) {
+               g_free (app->priv->path);
+               app->priv->path = NULL;
+       }

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                            Red Hat, Inc 
                   alexl redhat com    alla lysator liu se 
He's a suicidal small-town dog-catcher with a mysterious suitcase handcuffed 
to his arm. She's a pregnant mute journalist trying to make a difference in a 
man's world. They fight crime! 




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