Re: [Nautilus-list] Patch to add a 'monitor cdrom mounts' preference option



On 22 Aug 2001 09:29:49 -0700, Darin Adler wrote:
> > @@ -830,8 +830,8 @@ volume_mounted_callback (NautilusVolumeM
> >  	}
> >  	
> >  	/* Open a window to the CD if the user has set that preference. */
> > -	if (nautilus_volume_get_device_type (volume) == 
> > NAUTILUS_DEVICE_CDROM_DRIVE
> > -		&& gnome_config_get_bool 
> > ("/magicdev/Options/do_fileman_window=true")) {		
> > +	if (nautilus_volume_get_device_type (volume) == 
> > NAUTILUS_DEVICE_CDROM_DRIVE
> > +	    && eel_preferences_get_boolean 
> > (NAUTILUS_PREFERENCES_MONITOR_CDROM_MOUNTS)) {
> >  		window = nautilus_application_create_window (application);
> >  		uri = gnome_vfs_get_uri_from_local_path 
> > (nautilus_volume_get_mount_path (volume));
> >  		nautilus_window_go_to (window, uri);
> 
> I understand that you prefer to have this setting in Nautilus instead of 
> in the MagicDev part of the control center. But I'd like to hear from 
> people who actually use this feature, and perhaps the Red Hat hackers, 
> about this. It seems bad to have one setting in the control center that 
> has no effect, and a separate setting in Nautilus that does work. I'd 
> prefer to get rid of one if we are going to add the other.

I didn't even know this was configurable because MagicDev is as far as I
know a RedHat-only thing.

Ian (token Debian user :)




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