cleanup previous

This commit is contained in:
Martijn Voncken 2008-08-13 20:10:14 +00:00
parent 173ad0226d
commit 1aa727db3d
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.5 on Wed Aug 13 21:59:54 2008 --> <!--Generated with glade3 3.4.5 on Wed Aug 13 22:04:09 2008 -->
<glade-interface> <glade-interface>
<widget class="GtkDialog" id="dlg_label_options"> <widget class="GtkDialog" id="dlg_label_options">
<property name="border_width">5</property> <property name="border_width">5</property>
@ -440,7 +440,7 @@
<widget class="GtkCheckButton" id="apply_move_completed"> <widget class="GtkCheckButton" id="apply_move_completed">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">Apply move location settings:</property> <property name="label" translatable="yes">Apply location settings:</property>
<property name="response_id">0</property> <property name="response_id">0</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
</widget> </widget>

View File

@ -197,8 +197,6 @@ class OptionsDialog(object):
self.dialog.destroy() self.dialog.destroy()
def apply_sensitivity(self, event=None): def apply_sensitivity(self, event=None):
nested = []
log.debug("apply-sensitivity")
for chk_id , sensitive_list in self.sensitive_groups: for chk_id , sensitive_list in self.sensitive_groups:
chk = self.glade.get_widget(chk_id) chk = self.glade.get_widget(chk_id)
sens = chk.get_active() and chk.get_property("sensitive") sens = chk.get_active() and chk.get_property("sensitive")