a11y: Silence a compiler warning
build.gnome.org now records warnings, and this came up.
This commit is contained in:
parent
4198a60520
commit
b289fab6c8
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ cc_ua_panel_dispose (GObject *object)
|
|||
CcUaPanelPrivate *priv = CC_UA_PANEL (object)->priv;
|
||||
|
||||
g_clear_object (&priv->builder);
|
||||
g_slist_free_full (priv->toplevels, gtk_widget_destroy);
|
||||
g_slist_free_full (priv->toplevels, (GDestroyNotify)gtk_widget_destroy);
|
||||
priv->toplevels = NULL;
|
||||
|
||||
g_clear_object (&priv->wm_settings);
|
||||
|
|
Loading…
Add table
Reference in a new issue