diff --git a/src/advanced.py b/src/advanced.py index c332fa4fb..4b38c7802 100644 --- a/src/advanced.py +++ b/src/advanced.py @@ -129,6 +129,6 @@ class Advanced_configuration_window: text = widget.get_text() self.modelfilter.refilter() - def on_advanced_configuration_window_key_press_event(self, widget, event) + def on_advanced_configuration_window_key_press_event(self, widget, event): if event.keyval == gtk.keysyms.Escape: self.window.hide() diff --git a/src/gtkgui.glade b/src/gtkgui.glade index a2fd72b7d..74fe9c60b 100644 --- a/src/gtkgui.glade +++ b/src/gtkgui.glade @@ -2954,7 +2954,7 @@ GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False - True + False False True False @@ -3621,6 +3621,26 @@ + + + True + True + _Highlight misspelled words + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 0 + False + False + + + True @@ -3677,7 +3697,7 @@ True True - On every line + On every _line True GTK_RELIEF_NORMAL True @@ -3697,7 +3717,7 @@ True True - Every 5 minutes + Every 5 _minutes True GTK_RELIEF_NORMAL True @@ -3718,7 +3738,7 @@ True True - Never + _Never True GTK_RELIEF_NORMAL True @@ -5632,7 +5652,7 @@ Custom True False - 5 + 0 @@ -10045,7 +10065,7 @@ send a chat message to True - <b>event_type_label</b> + False True GTK_JUSTIFY_LEFT @@ -10099,7 +10119,7 @@ send a chat message to True - event_description_label + False False GTK_JUSTIFY_LEFT @@ -10885,6 +10905,7 @@ send a chat message to GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST +