Showing 1 changed files with 1 additions and 1 deletions
+1 -1
Nasal/display.nas
... ...
@@ -405,7 +405,7 @@ var displayClass = {
405 405
     },
406 406
 #}}}
407 407
 
408
-    setSoftKeyColor : func (n, active, implemented, alert = 0) {
408
+    setSoftKeyColor : func (n, active, implemented = 1, alert = 0) {
409 409
 # set colors for active softkeys {{{
410 410
         var sftk = sprintf('SoftKey%02i-', n);
411 411
         if (active) {