diff options
author | simonb <simonb> | 2007-01-07 14:07:45 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-07 14:07:45 (GMT) |
commit | 440c69afa436150f2a797aa8f192d68090832c5c (patch) | |
tree | 3b6c6c23e4c019337fa6c3f0e3f432c1f49b76cc /src/Slit.hh | |
parent | 1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de (diff) | |
download | fluxbox-440c69afa436150f2a797aa8f192d68090832c5c.zip fluxbox-440c69afa436150f2a797aa8f192d68090832c5c.tar.bz2 |
fix intrinsic problem with refcount
adjust slit menus to deconstruct properly
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index cb5b11c..ef1c58e 100644 --- a/src/Slit.hh +++ b/src/Slit.hh | |||
@@ -145,8 +145,8 @@ private: | |||
145 | FbTk::Timer m_timer; | 145 | FbTk::Timer m_timer; |
146 | 146 | ||
147 | SlitClients m_client_list; | 147 | SlitClients m_client_list; |
148 | FbMenu m_slitmenu, m_clientlist_menu; | ||
149 | std::auto_ptr<LayerMenu> m_layermenu; | 148 | std::auto_ptr<LayerMenu> m_layermenu; |
149 | FbMenu m_clientlist_menu, m_slitmenu; | ||
150 | std::string m_filename; | 150 | std::string m_filename; |
151 | 151 | ||
152 | struct frame { | 152 | struct frame { |