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 
                   [EMAIL PROTECTED]    [EMAIL PROTECTED] 
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! 

_______________________________________________
gnome-vfs-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Reply via email to