aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 5c69298..bb910f7 100644
--- a/src/Slit.cc
+++ b/src/Slit.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: Slit.cc,v 1.38 2003/04/14 14:53:12 fluxgen Exp $ 25// $Id: Slit.cc,v 1.39 2003/04/16 13:43:43 rathnor Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -254,7 +254,8 @@ Slit::Slit(BScreen &scr, FbTk::XLayer &layer, const char *filename)
254 scr.getScreenNumber(), 254 scr.getScreenNumber(),
255 *scr.getImageControl(), 255 *scr.getImageControl(),
256 *scr.layerManager().getLayer(Fluxbox::instance()->getMenuLayer()), 256 *scr.layerManager().getLayer(Fluxbox::instance()->getMenuLayer()),
257 this)); 257 this,
258 true));
258 259
259 // default placement and direction 260 // default placement and direction
260 m_direction = HORIZONTAL; 261 m_direction = HORIZONTAL;