diff options
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 1393d8d..b219115 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.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: fluxbox.cc,v 1.77 2002/10/15 20:41:08 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.78 2002/10/16 20:02:00 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
@@ -344,7 +344,7 @@ key(0) | |||
344 | 344 | ||
345 | // setup atom handlers | 345 | // setup atom handlers |
346 | m_atomhandler.push_back(new Gnome()); // for gnome 1 atom support | 346 | m_atomhandler.push_back(new Gnome()); // for gnome 1 atom support |
347 | // m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support | 347 | m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support |
348 | 348 | ||
349 | //singleton pointer | 349 | //singleton pointer |
350 | singleton = this; | 350 | singleton = this; |