diff options
author | Nick Schermer <nick@xfce.org> | 2010-02-26 14:08:21 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2010-02-26 14:11:43 +0100 |
commit | b8ff8c77930c999f952037ea69a8ab4885e2883b (patch) | |
tree | f66a06b97634ac3879ab767620ada2b116a9b6a2 /plugins/windowmenu | |
parent | 50e099073a35f493ea17051a8411f0f695913bcf (diff) | |
download | xfce4-panel-b8ff8c77930c999f952037ea69a8ab4885e2883b.tar.gz |
Only use { NULL } to end the array.
Diffstat (limited to 'plugins/windowmenu')
-rw-r--r-- | plugins/windowmenu/windowmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c index 08a81d5a..5f34209d 100644 --- a/plugins/windowmenu/windowmenu.c +++ b/plugins/windowmenu/windowmenu.c @@ -382,7 +382,7 @@ window_menu_plugin_construct (XfcePanelPlugin *panel_plugin) { "workspace-names", G_TYPE_BOOLEAN }, { "urgentcy-notification", G_TYPE_BOOLEAN }, { "all-workspaces", G_TYPE_BOOLEAN }, - { NULL, G_TYPE_NONE } + { NULL } }; /* show configure */ |