diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 291e62e..001b146 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.248 2004/07/15 18:23:03 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.249 2004/08/18 16:30:33 rathnor Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -452,6 +452,9 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
452 | "Can not connect to X server.\nMake sure you started X before you start Fluxbox.", | 452 | "Can not connect to X server.\nMake sure you started X before you start Fluxbox.", |
453 | "Error message when no X display appears to exist")); | 453 | "Error message when no X display appears to exist")); |
454 | } | 454 | } |
455 | |||
456 | FbTk::fontInit(); | ||
457 | |||
455 | // For KDE dock applets | 458 | // For KDE dock applets |
456 | // KDE v1.x | 459 | // KDE v1.x |
457 | m_kwm1_dockwindow = XInternAtom(FbTk::App::instance()->display(), | 460 | m_kwm1_dockwindow = XInternAtom(FbTk::App::instance()->display(), |