]> jfr.im git - irc/kvirc/kvirc-scripts.git/commitdiff
re-add handler disabler without quotes
authorun1versal <redacted>
Fri, 29 Apr 2016 09:14:09 +0000 (10:14 +0100)
committerun1versal <redacted>
Fri, 29 Apr 2016 09:14:09 +0000 (10:14 +0100)
+ Investigate if running command via script vs manually doesnt behave same and if so report bug

URLTitle/urltitle.kvs

index 3d1dbfe58bf0bad744decadc1b4106036b186bae..f92acb939cd1d085ebb14151d4c8952e2b362edf 100644 (file)
@@ -70,5 +70,5 @@ defpopup(urltitle)
 }
 
 // Disable the default event handler.
-// Using a quote enclosed handler name works for both handler with space in name and without.
-eventctl -d OnURLLinkPopupRequest "URL popup";
+eventctl -d -q OnURLLinkPopupRequest "URL popup";
+eventctl -d -q OnURLLinkPopupRequest URLpopup;