whitespace cleanup

This commit is contained in:
bryce 2015-06-02 13:29:12 -07:00
parent 3d67bd3226
commit a265fe9248
2 changed files with 12 additions and 12 deletions

View File

@ -756,7 +756,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0.50999999046325684</property>
<property name="label" translatable="yes">Hide size from title</property>
<property name="label" translatable="yes">Hide size from title</property>
</object>
<packing>
<property name="top_attach">13</property>

View File

@ -981,7 +981,7 @@ class PrefsEditor:
def on_focuscombo_changed(self, widget):
"""Focus type changed"""
selected = widget.get_active()
selected = widget.get_active()
if selected == 1:
value = 'click'
elif selected == 2: