From f63a0c89ec53e76aa23076b9b8b575cbb9264692 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 27 Dec 2005 19:02:15 +0000 Subject: [PATCH] if the window come back to prev size after expander collapses depends on if window is resizable or not! --- src/gtkgui.glade | 2 +- src/history_window.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()