From 643bf5b5ad35dea60a964a60b9f783f2ae159798 Mon Sep 17 00:00:00 2001 From: Joshua Fuhs Date: Sat, 30 Jun 2012 13:37:37 -0400 Subject: [PATCH] Oops, committed without testing. Sure enough, there were bugs. --- src/Bar.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bar.ahk b/src/Bar.ahk index b15867e..40bdc50 100644 --- a/src/Bar.ahk +++ b/src/Bar.ahk @@ -363,9 +363,9 @@ Bar_evaluateCommand() { Manager_activateMonitor(-1) } Else If (Bar_command_#2 = "Log") { If (Bar_command_#1 = "increment debug level") - Manager_incDebugLevel() + Log_incDebugLevel() If (Bar_command_#1 = "decrement debug level") - Manager_decDebugLevel() + Log_decDebugLevel() If (Bar_command_#1 = "log help info") Manager_logHelp() If (Bar_command_#1 = "log view window info")