diff --git a/src/gtkgui.glade b/src/gtkgui.glade
index 8506b4c85..983969c26 100644
--- a/src/gtkgui.glade
+++ b/src/gtkgui.glade
@@ -13304,7 +13304,7 @@ Status message
GTK_WINDOW_TOPLEVEL
GTK_WIN_POS_NONE
False
- True
+ False
False
True
False
diff --git a/src/history_window.py b/src/history_window.py
index d0f289ba8..5d8fe6281 100644
--- a/src/history_window.py
+++ b/src/history_window.py
@@ -356,7 +356,7 @@ class HistoryWindow:
#FIXME: one day do not search just for unix_time but the whole and user
# specific format of the textbuffer line [time] nick: message
# and highlight all that
-
+
def scroll_to_result(self, unix_time):
'''scrolls to the result using unix_time and highlight line'''
start_iter = self.history_buffer.get_start_iter()