$OpenBSD: patch-gnome_settingsdialog_py,v 1.3 2011/09/15 06:54:41 ajacoutot Exp $
--- gnome/settingsdialog.py.orig	Sun Jun  5 13:42:25 2011
+++ gnome/settingsdialog.py	Wed Sep 14 15:31:23 2011
@@ -269,8 +269,6 @@ class SettingsDialog(object):
 		
 		#nice & ionice
 		self.cb_run_nice_from_cron = get('cb_run_nice_from_cron')
-		self.cb_run_ionice_from_cron = get('cb_run_ionice_from_cron')
-		self.cb_run_ionice_from_user = get('cb_run_ionice_from_user')
 		self.cb_preserve_acl = get('cb_preserve_acl')
 		self.cb_preserve_xattr = get('cb_preserve_xattr')
 		self.cb_copy_unsafe_links = get('cb_copy_unsafe_links')
@@ -497,12 +495,6 @@ class SettingsDialog(object):
 		#run 'nice' from cron
 		self.cb_run_nice_from_cron.set_active(self.config.is_run_nice_from_cron_enabled( self.profile_id ))
 
-		#run 'ionice' from cron
-		self.cb_run_ionice_from_cron.set_active(self.config.is_run_ionice_from_cron_enabled( self.profile_id ))
-		
-		#run 'ionice' from user
-		self.cb_run_ionice_from_user.set_active(self.config.is_run_ionice_from_user_enabled( self.profile_id ))
-		
 		#don't run when on battery
 		self.cb_no_on_battery.set_active( self.config.is_no_on_battery_enabled( self.profile_id ) )
 	
@@ -589,8 +581,6 @@ class SettingsDialog(object):
 		#expert options
 		#self.config.set_per_directory_schedule( self.cb_per_directory_schedule.get_active() )
 		self.config.set_run_nice_from_cron_enabled( self.cb_run_nice_from_cron.get_active(), self.profile_id )
-		self.config.set_run_ionice_from_cron_enabled( self.cb_run_ionice_from_cron.get_active(), self.profile_id )
-		self.config.set_run_ionice_from_user_enabled( self.cb_run_ionice_from_user.get_active(), self.profile_id )
 		self.config.set_no_on_battery_enabled( self.cb_no_on_battery.get_active(), self.profile_id )
 
 		self.config.set_preserve_acl( self.cb_preserve_acl.get_active(), self.profile_id )
