summaryrefslogtreecommitdiff
path: root/mate-panel/menu.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-20 14:56:13 +0200
committerraveit65 <[email protected]>2020-07-05 21:10:53 +0200
commit34c561894bfedab242876fea249ab8596a61e8a4 (patch)
treeb7bc1bbca8ffeb4f36728426a82d97ec2feb3910 /mate-panel/menu.c
parent75958f67ce255167ce09d8054efe25823c55cafd (diff)
downloadmate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.bz2
mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.xz
Avoid using single-line cpp comments
Diffstat (limited to 'mate-panel/menu.c')
-rw-r--r--mate-panel/menu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mate-panel/menu.c b/mate-panel/menu.c
index 6376e964..4b8c5343 100644
--- a/mate-panel/menu.c
+++ b/mate-panel/menu.c
@@ -1059,8 +1059,9 @@ create_menuitem (GtkWidget *menu,
(GDestroyNotify) matemenu_tree_item_unref);
if (alias_directory) {
- //FIXME: we should probably use this data when we do dnd or
- //context menu for this menu item
+ /* FIXME: we should probably use this data when we do dnd or
+ * context menu for this menu item
+ */
g_object_set_data_full (G_OBJECT (menuitem),
"panel-menu-tree-alias-directory",
matemenu_tree_item_ref (alias_directory),