Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
cleaning the status bar and the search text when you click the home b…
Browse files Browse the repository at this point in the history
…utton - #224
  • Loading branch information
mfrasca committed Dec 21, 2015
1 parent 639914d commit 766290d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bauble/plugins/plants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ def update(self):
'''
'''
logger.debug('SplashInfoBox::update')
statusbar = bauble.gui.widgets.statusbar
sbcontext_id = statusbar.get_context_id('searchview.nresults')
statusbar.pop(sbcontext_id)
bauble.gui.widgets.main_comboentry.child.set_text('')

ssn = db.Session()
if 'GardenPlugin' in pluginmgr.plugins:
Expand Down

0 comments on commit 766290d

Please sign in to comment.