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/Ewmh.cc | |
parent | 2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8 (diff) | |
download | fluxbox-51007f35a531c892b1ee2013cc7f180ff20c0744.zip fluxbox-51007f35a531c892b1ee2013cc7f180ff20c0744.tar.bz2 |
Little fixes to bugs highlighted by valgrind - Simon
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 5c88b77..f077932 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.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: Ewmh.cc,v 1.13 2003/03/04 21:41:05 fluxgen Exp $ | 22 | // $Id: Ewmh.cc,v 1.14 2003/04/09 17:20:00 rathnor Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -33,6 +33,7 @@ using namespace std; | |||
33 | 33 | ||
34 | Ewmh::Ewmh() { | 34 | Ewmh::Ewmh() { |
35 | createAtoms(); | 35 | createAtoms(); |
36 | enableUpdate(); | ||
36 | } | 37 | } |
37 | 38 | ||
38 | Ewmh::~Ewmh() { | 39 | Ewmh::~Ewmh() { |