diff options
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index ab64597..02f1862 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -202,6 +202,8 @@ gpm_applet_size_allocate_cb (GtkWidget *widget, case MATE_PANEL_APPLET_ORIENT_DOWN: size = allocation->height; break; + default: + break; } /* Scale to the actual size of the applet, don't quantize to original icon size */ |