Mercurial > dillo_port1.3
changeset 2002:290120457e42
merge
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Mon, 02 May 2011 21:40:00 +0200 |
parents | 3e1144e4a40f (current diff) 6debdc67273e (diff) |
children | fd842ba40164 c2097a6f1b84 |
files | |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui.cc Mon May 02 21:39:52 2011 +0200 +++ b/src/ui.cc Mon May 02 21:40:00 2011 +0200 @@ -997,8 +997,10 @@ 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();