diff options
author | rathnor <rathnor> | 2003-04-09 17:20:06 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-09 17:20:06 (GMT) |
commit | 51007f35a531c892b1ee2013cc7f180ff20c0744 (patch) | |
tree | bd77d6e845d6742d01d11349e5c5095fe27e866a /src/IconBar.cc | |
parent | 2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8 (diff) | |
download | fluxbox_pavel-51007f35a531c892b1ee2013cc7f180ff20c0744.zip fluxbox_pavel-51007f35a531c892b1ee2013cc7f180ff20c0744.tar.bz2 |
Little fixes to bugs highlighted by valgrind - Simon
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r-- | src/IconBar.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc index cf3139e..e549e79 100644 --- a/src/IconBar.cc +++ b/src/IconBar.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconBar.cc,v 1.27 2003/04/09 13:00:21 fluxgen Exp $ | 22 | // $Id: IconBar.cc,v 1.28 2003/04/09 17:20:02 rathnor Exp $ |
23 | 23 | ||
24 | #include "IconBar.hh" | 24 | #include "IconBar.hh" |
25 | 25 | ||
@@ -80,6 +80,7 @@ unsigned int IconBarObj::height() const { | |||
80 | IconBar::IconBar(BScreen *scrn, Window parent, FbTk::Font &font): | 80 | IconBar::IconBar(BScreen *scrn, Window parent, FbTk::Font &font): |
81 | m_screen(scrn), | 81 | m_screen(scrn), |
82 | m_parent(parent), | 82 | m_parent(parent), |
83 | m_focus_pm(None), | ||
83 | m_vertical(false), | 84 | m_vertical(false), |
84 | m_font(font) | 85 | m_font(font) |
85 | { | 86 | { |