Skip to content
Snippets Groups Projects
Commit c1b8bd4a authored by Nick Schermer's avatar Nick Schermer
Browse files

Fix a harmless compiler warning.

parent e3e16d4f
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ panel_properties_get_channel (GObject *object_for_weak_ref)
}
channel = xfconf_channel_get (XFCE_PANEL_PLUGIN_CHANNEL_NAME);
g_object_weak_ref (object_for_weak_ref, xfconf_shutdown, NULL);
g_object_weak_ref (object_for_weak_ref, (GWeakNotify) xfconf_shutdown, NULL);
return channel;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment