fixed wrong indentation

This commit is contained in:
monsta 2014-11-03 20:52:52 +03:00 committed by Monsta
parent 30dd193169
commit 51873b120d
3 changed files with 16 additions and 17 deletions

View File

@ -182,7 +182,6 @@ class KeymapKey(Structure):
("group", c_int),
("level", c_int)]
class KeybindingWidget(Gtk.HBox):
__gsignals__ = {
'accel-edited': (GObject.SignalFlags.RUN_LAST, None, ()),