From 36ac6b17fe6e4087c49b636123071bdfc1533f5a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sat, 6 May 2023 02:53:23 +0200 Subject: Add missing default to switch --- src/dash-box.vala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dash-box.vala') diff --git a/src/dash-box.vala b/src/dash-box.vala index 1073aa5..4d907db 100644 --- a/src/dash-box.vala +++ b/src/dash-box.vala @@ -2,6 +2,7 @@ * * Copyright (C) 2011,2012 Canonical Ltd * Copyright (C) 2015 Mike Gabriel + * Copyright (C) 2023 Robert Tari * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -17,6 +18,7 @@ * * Authors: Michael Terry * Mike Gabriel + * Robert Tari */ public class DashBox : Gtk.Box @@ -141,6 +143,8 @@ public class DashBox : Gtk.Box queue_resize (); orig.grab_focus (); break; + default: + return; } } -- cgit v1.2.3