summaryrefslogtreecommitdiff
path: root/mate-panel/panel-menu-items.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/panel-menu-items.c
parent75958f67ce255167ce09d8054efe25823c55cafd (diff)
downloadmate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.bz2
mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.xz
Avoid using single-line cpp comments
Diffstat (limited to 'mate-panel/panel-menu-items.c')
-rw-r--r--mate-panel/panel-menu-items.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/mate-panel/panel-menu-items.c b/mate-panel/panel-menu-items.c
index e433d2ed..4885f1e8 100644
--- a/mate-panel/panel-menu-items.c
+++ b/mate-panel/panel-menu-items.c
@@ -519,7 +519,7 @@ panel_place_menu_item_append_gtk_bookmarks (GtkWidget *menu, guint max_items_or_
gicon = g_themed_icon_new_with_default_fallbacks (icon);
- //FIXME: drag and drop will be broken for x-caja-search uris
+ /* FIXME: drag and drop will be broken for x-caja-search uris */
panel_menu_items_append_place_item (icon, gicon,
label,
tooltip,
@@ -568,8 +568,9 @@ drive_poll_for_media_cb (GObject *source_object,
g_error_free (error);
}
- //FIXME: should we mount the volume and activate the root of the new
- //mount?
+ /* FIXME: should we mount the volume and activate the root of the new
+ * mount?
+ */
}
static void
@@ -735,7 +736,7 @@ panel_menu_item_append_mount (GtkWidget *menu,
panel_menu_items_append_place_item (NULL, icon,
display_name,
- display_name, //FIXME tooltip
+ display_name, /* FIXME tooltip */
menu,
G_CALLBACK (activate_uri),
activation_uri);