diff options
Diffstat (limited to 'src/desktop.vala')
-rw-r--r-- | src/desktop.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/desktop.vala b/src/desktop.vala index ea3a806..50ed129 100644 --- a/src/desktop.vala +++ b/src/desktop.vala @@ -168,6 +168,10 @@ class Desktop: Profile submenu.append (_("Sound Settingsā¦"), "indicator.desktop-show-settings::sound"); break; + + default: + + break; } // only show the device if it's got actions that we can perform on it |