diff options
author | rathnor <rathnor> | 2003-05-24 13:13:22 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-05-24 13:13:22 (GMT) |
commit | bbaca5b43b1ef51c516f4fd1a75f5659767649c5 (patch) | |
tree | db0d3acab130123951aa6e41aa0c787ec08837f1 /src/Slit.cc | |
parent | 292f5c550f2286ef89530ba376b12b25d71338b3 (diff) | |
download | fluxbox-bbaca5b43b1ef51c516f4fd1a75f5659767649c5.zip fluxbox-bbaca5b43b1ef51c516f4fd1a75f5659767649c5.tar.bz2 |
mark a bunch of menus as internal
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index 8830cb8..79ebb62 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.57 2003/05/19 15:32:47 rathnor Exp $ | 25 | // $Id: Slit.cc,v 1.58 2003/05/24 13:13:22 rathnor Exp $ |
26 | 26 | ||
27 | #include "Slit.hh" | 27 | #include "Slit.hh" |
28 | 28 | ||
@@ -1253,7 +1253,8 @@ void Slit::setupMenu() { | |||
1253 | SlitSet, SlitSlitPlacement, | 1253 | SlitSet, SlitSlitPlacement, |
1254 | "Slit Placement")); | 1254 | "Slit Placement")); |
1255 | m_placement_menu.setMinimumSublevels(3); | 1255 | m_placement_menu.setMinimumSublevels(3); |
1256 | m_placement_menu.setInternalMenu(); | 1256 | m_layermenu->setInternalMenu(); |
1257 | m_clientlist_menu.setInternalMenu(); | ||
1257 | 1258 | ||
1258 | 1259 | ||
1259 | // setup items in sub menu | 1260 | // setup items in sub menu |