Code review comment for lp:~dobey/ubuntuone-client/nautilus-crash-fix

Revision history for this message
dobey (dobey) wrote :

On Fri, 2009-07-24 at 12:17 +0000, Joshua Blount wrote:
> Review: Approve
> Looks fine, but I'm confused, how does this dis-allow sharing ~/Ubuntu
> One/My Files/ ? I don't see sharing options in the contextual menu
> when right clicking folders.

31- myfiles = g_build_filename (uon->managed, "My Files", NULL);
32+ myfiles = g_build_filename (uon->managed, "My Files", G_DIR_SEPARATOR_S, NULL);

This change will require the comparison following it, to contain the
directory separator character after the "My Files" preventing the menu
being available on the "My Files" folder, but it will appear for folders
underneath "My Files" still.

« Back to merge proposal