diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 2185a2b..e95629d 100644 --- a/src/Window.cc +++ b/src/Window.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: Window.cc,v 1.300 2004/09/30 18:45:26 akir Exp $ | 25 | // $Id: Window.cc,v 1.301 2004/10/04 15:37:58 rathnor Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -3583,7 +3583,7 @@ void FluxboxWindow::setupMenu() { | |||
3583 | menu().disableTitle(); // not titlebar | 3583 | menu().disableTitle(); // not titlebar |
3584 | 3584 | ||
3585 | if (screen().windowMenuFilename().empty() || | 3585 | if (screen().windowMenuFilename().empty() || |
3586 | ! MenuCreator::createFromFile(screen().windowMenuFilename(), menu(), *this)) | 3586 | ! MenuCreator::createFromFile(screen().windowMenuFilename(), menu(), *this, true)) |
3587 | 3587 | ||
3588 | { | 3588 | { |
3589 | MenuCreator::createWindowMenuItem("shade", "", menu(), *this); | 3589 | MenuCreator::createWindowMenuItem("shade", "", menu(), *this); |