diff options
Diffstat (limited to 'mate-panel/panel-applet-frame.c')
-rw-r--r-- | mate-panel/panel-applet-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-applet-frame.c b/mate-panel/panel-applet-frame.c index 2c1bb43c..2b0e4b7f 100644 --- a/mate-panel/panel-applet-frame.c +++ b/mate-panel/panel-applet-frame.c @@ -613,7 +613,7 @@ _mate_panel_applet_frame_update_flags (MatePanelAppletFrame *frame, frame->priv->panel, GTK_WIDGET (frame), major, minor); old_has_handle = frame->priv->has_handle; - frame->priv->has_handle = has_handle; + frame->priv->has_handle = (has_handle != FALSE); if (!old_has_handle && frame->priv->has_handle) { /* we've added an handle, so we need to get the background for |