From 34c561894bfedab242876fea249ab8596a61e8a4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 20 Jun 2020 14:56:13 +0200 Subject: Avoid using single-line cpp comments --- mate-panel/panel-addto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-addto.c') diff --git a/mate-panel/panel-addto.c b/mate-panel/panel-addto.c index 8a30c1b1..d489509f 100644 --- a/mate-panel/panel-addto.c +++ b/mate-panel/panel-addto.c @@ -1397,7 +1397,7 @@ panel_addto_dialog_new (PanelWidget *panel_widget) "sensitive", COLUMN_ENABLED, NULL); - //FIXME use the same search than the one for the search entry? + /* FIXME use the same search than the one for the search entry? */ gtk_tree_view_set_search_column (GTK_TREE_VIEW (dialog->tree_view), COLUMN_SEARCH); -- cgit v1.2.1