On Tue, 2005-07-05 at 11:55 -0400, Jeffrey Stedfast wrote:

> > 07_automount_enabled_hint.patch:
> >   - Do not mount a device if storage.automount_enabled_hint == false
> >     on the volume or drive.
> >   - This is not really a bug fix, but rather an enhancement, see
> >     http://mail.gnome.org/archives/utopia-list/2004-November/msg00003.html
> >     and Gnome bug #155636.
> 
> +                       if (!gvm_get_automount_enabled_hint (udi))
> +                           gvm_device_mount (udi, device, NULL);
> +                       else
> +                           dbg("%s has storage.automount_enabled_hint == 
> false, not mounting\n", udi);
>                         mounted_volumes_policy_queue = g_slist_append 
> (mounted_volumes_policy_queue, g_strdup (udi));
> 
> I don't think we want to add the udi to the policy_queue if we don't
> actually mount it.
> 
> Rob, can you confirm?
 
I think I agree.

        Robert Love


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

Reply via email to