aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index e06d071..24e75b0 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.293 2004/09/16 10:10:36 fluxgen Exp $ 25// $Id: Screen.cc,v 1.294 2004/10/04 15:37:58 rathnor Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -1670,7 +1670,7 @@ void BScreen::initMenu() {
1670 Fluxbox * const fb = Fluxbox::instance(); 1670 Fluxbox * const fb = Fluxbox::instance();
1671 if (fb->getMenuFilename().size() > 0) { 1671 if (fb->getMenuFilename().size() > 0) {
1672 m_rootmenu.reset(MenuCreator::createFromFile(fb->getMenuFilename(), 1672 m_rootmenu.reset(MenuCreator::createFromFile(fb->getMenuFilename(),
1673 screenNumber())); 1673 screenNumber(), true));
1674 1674
1675 } 1675 }
1676 1676