minor fix
This commit is contained in:
parent
6ede6046d8
commit
34ac6caeab
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Screen.cc,v 1.280 2004/06/07 21:22:42 fluxgen Exp $
|
// $Id: Screen.cc,v 1.281 2004/06/14 12:25:31 fluxgen Exp $
|
||||||
|
|
||||||
|
|
||||||
#include "Screen.hh"
|
#include "Screen.hh"
|
||||||
|
@ -1683,6 +1683,7 @@ void BScreen::initMenu() {
|
||||||
exit_fb);
|
exit_fb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_rootmenu->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1701,6 +1702,7 @@ void BScreen::removeConfigMenu(FbTk::Menu &menu) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setupConfigmenu(*m_configmenu.get());
|
setupConfigmenu(*m_configmenu.get());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BScreen::setupConfigmenu(FbTk::Menu &menu) {
|
void BScreen::setupConfigmenu(FbTk::Menu &menu) {
|
||||||
|
|
Loading…
Reference in a new issue