summaryrefslogtreecommitdiff
path: root/mate-panel/panel-applet-frame.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-20 21:11:41 +0100
committerraveit65 <[email protected]>2022-01-26 16:44:07 +0100
commita32b67611920591c918c164b11b814d493923127 (patch)
tree073468491aa076191936ada01cef51f668d2219e /mate-panel/panel-applet-frame.c
parent42e01cf4992c552bc7924bb8fd0087832e85e8c1 (diff)
downloadmate-panel-a32b67611920591c918c164b11b814d493923127.tar.bz2
mate-panel-a32b67611920591c918c164b11b814d493923127.tar.xz
Fix implicit conversion changes signedness: 'gboolean' to 'guint'
Diffstat (limited to 'mate-panel/panel-applet-frame.c')
-rw-r--r--mate-panel/panel-applet-frame.c2
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