From bd896a32773790908ddb1e7afcf4bc4409d7fb60 Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Fri, 26 Feb 2010 14:08:18 +0100 Subject: Remove the optional hash table from panel_properties_bind(). --- plugins/windowmenu/windowmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/windowmenu') diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c index 8d97cd0f..19aff30d 100644 --- a/plugins/windowmenu/windowmenu.c +++ b/plugins/windowmenu/windowmenu.c @@ -403,7 +403,7 @@ window_menu_plugin_construct (XfcePanelPlugin *panel_plugin) /* bind all properties */ panel_properties_bind (plugin->channel, G_OBJECT (plugin), xfce_panel_plugin_get_property_base (panel_plugin), - properties, NULL); + properties); /* monitor screen changes */ g_signal_connect (G_OBJECT (plugin), "screen-changed", -- cgit v1.2.1