X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.cc;h=2e4eb4c7a6c787994130b346d655a2276dc332d4;hb=351f1d03315b84887b7532c35bdd8a49bdce1d43;hp=d884540b77b31cbf81318d6d1711101b89b7e115;hpb=d00ef145828941dc15c31bd7c3fc2f69f29c2955;p=chaz%2Fopenbox diff --git a/src/openbox.cc b/src/openbox.cc index d884540b..2e4eb4c7 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -228,7 +228,7 @@ Openbox::Openbox(int m_argc, char **m_argv, char *dpy_name, char *rc) reconfigure_wait = reread_menu_wait = False; - timer = new BTimer(this, this); + timer = new BTimer(*this, *this); timer->setTimeout(0); timer->fireOnce(True);