summaryrefslogtreecommitdiff
path: root/plugins/windowmenu
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-26 14:08:18 +0100
committerNick Schermer <nick@xfce.org>2010-02-26 14:11:40 +0100
commitbd896a32773790908ddb1e7afcf4bc4409d7fb60 (patch)
tree123e7c4e0d79956b51b264db88360e6410621b23 /plugins/windowmenu
parenta315625503c5cac6ce471a7bc8d14921e22bbb93 (diff)
downloadxfce4-panel-bd896a32773790908ddb1e7afcf4bc4409d7fb60.tar.gz
Remove the optional hash table from panel_properties_bind().
Diffstat (limited to 'plugins/windowmenu')
-rw-r--r--plugins/windowmenu/windowmenu.c2
1 files changed, 1 insertions, 1 deletions
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",