diff options
author | rathnor <rathnor> | 2004-10-04 15:37:58 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-10-04 15:37:58 (GMT) |
commit | 9128a64e62e733fcd008dd1018c76b883e20079f (patch) | |
tree | 9df4ef3d95adae558b32e078c3f703790566ec85 /src/Window.cc | |
parent | 5bae25702e70b4acd8697f1bc61f7d9503dd0fbb (diff) | |
download | fluxbox_pavel-9128a64e62e733fcd008dd1018c76b883e20079f.zip fluxbox_pavel-9128a64e62e733fcd008dd1018c76b883e20079f.tar.bz2 |
don't require [begin] in included files
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); |