aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-05-02 21:40:00 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-05-02 21:40:00 +0200
commit79e91032687ed43a5a1cd3ce4438491a3423a49a (patch)
tree2e728cb98d9fdc9a0bd58492584471786814f409 /src/ui.cc
parent761e47f55d9caffcdc1381293f6b26356601b5ed (diff)
parentb0a08db34316bdc37dd6e8fc8c8cd9920463913d (diff)
merge
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 1fd7f6b7..cd9147a9 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -997,8 +997,10 @@ void UI::customize(int flags)
Search->hide();
if ( !prefs.show_help )
Help->hide();
-// if ( !prefs.show_progress_box )
-// ProgBox->hide();
+ if ( !prefs.show_progress_box ) {
+ IProg->hide();
+ PProg->hide();
+ }
if (NavBar)
NavBar->rearrange();