diff options
author | okan | 2008-07-11 15:18:29 +0000 |
---|---|---|
committer | okan | 2008-07-11 15:18:29 +0000 |
commit | f641857dbaf77d21a1236e9b70e11bf913262cf4 (patch) | |
tree | 4b8681b18f07f3f01d5aa107341a712953ee6430 /mousefunc.c | |
parent | 5f9e4ce44645e6d431d71a004550c38b08e03525 (diff) | |
download | cwm-f641857dbaf77d21a1236e9b70e11bf913262cf4.tar.gz |
no more hidden (and mysterious) config reloads and allow binding a key
to a config reload; CMS-r by default.
ok oga@
Diffstat (limited to 'mousefunc.c')
-rw-r--r-- | mousefunc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mousefunc.c b/mousefunc.c index e0b6b57..a38fdd7 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: mousefunc.c,v 1.3 2008/07/11 14:21:28 okan Exp $ + * $Id: mousefunc.c,v 1.4 2008/07/11 15:18:29 okan Exp $ */ #include "headers.h" @@ -113,8 +113,6 @@ mousefunc_menu_cmd(struct client_ctx *cc, void *arg) struct menu_q menuq; struct cmd *cmd; - conf_reload(&Conf); - TAILQ_INIT(&menuq); TAILQ_FOREACH(cmd, &Conf.cmdq, entry) { XCALLOC(mi, struct menu); |