Fix vala mainline switch statement build warnings
This commit is contained in:
parent
4411e00b18
commit
850bb3139f
17 changed files with 120 additions and 17 deletions
|
|
@ -258,6 +258,10 @@ public class Components.Validator : GLib.Object {
|
|||
case Trigger.LOST_FOCUS:
|
||||
focus_lost();
|
||||
break;
|
||||
|
||||
case Trigger.MANUAL:
|
||||
// no-op
|
||||
break;
|
||||
}
|
||||
} else if (!this.pulse_timer.is_running) {
|
||||
this.pulse_timer.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue