commit 75ecd92decc874d9d890a05e9ed7dc286cbf466d
parent ba22c62ded09430c4e10ae51b6943d7ee417589d
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sat, 23 Apr 2016 11:55:38 -0400
browser: initialize the display filter button label before loading the pkg list
the loading may fail and the button label would remain blank
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/browser.cpp b/src/browser.cpp
@@ -85,6 +85,7 @@ void Browser::onInit()
m_list->onActivate([=] { history(m_list->itemUnderMouse()); });
m_list->sortByColumn(1);
+ updateDisplayLabel();
refresh();
m_filterTimer = startTimer(200);