oops, don't show the searchbar by default

This commit is contained in:
Chris Jones 2009-08-19 19:00:33 +01:00
parent 71fff759f1
commit 428f931bf3
1 changed files with 1 additions and 1 deletions

View File

@ -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):