From 428f931bf3765417c868605405215bbb665246d4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 19 Aug 2009 19:00:33 +0100 Subject: [PATCH] oops, don't show the searchbar by default --- terminatorlib/searchbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/searchbar.py b/terminatorlib/searchbar.py index e2c7cbb7..f4669046 100755 --- a/terminatorlib/searchbar.py +++ b/terminatorlib/searchbar.py @@ -65,7 +65,7 @@ class Searchbar(gtk.HBox): self.pack_start(self.next, False, False) self.pack_end(close, False, False) - self.show() + self.hide() # pylint: disable-msg=W0613 def search_keypress(self, widget, event):