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/libpanel-util/panel-icon-chooser.c | 5 +++-- mate-panel/libpanel-util/panel-keyfile.c | 4 ++-- mate-panel/libpanel-util/panel-launch.c | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'mate-panel/libpanel-util') diff --git a/mate-panel/libpanel-util/panel-icon-chooser.c b/mate-panel/libpanel-util/panel-icon-chooser.c index 5c328db8..44d64908 100644 --- a/mate-panel/libpanel-util/panel-icon-chooser.c +++ b/mate-panel/libpanel-util/panel-icon-chooser.c @@ -429,8 +429,9 @@ _panel_icon_chooser_clicked (GtkButton *button) if (!filechooser_path_set) { char *path; - // FIXME? Use current icon theme? But there might not be a lot - // of icons there... + /* FIXME? Use current icon theme? But there might not be a lot + * of icons there... + */ path = g_build_filename (DATADIR, "icons", NULL); gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (filechooser), path); diff --git a/mate-panel/libpanel-util/panel-keyfile.c b/mate-panel/libpanel-util/panel-keyfile.c index 181d1cff..e7745501 100644 --- a/mate-panel/libpanel-util/panel-keyfile.c +++ b/mate-panel/libpanel-util/panel-keyfile.c @@ -41,7 +41,7 @@ panel_key_file_new_desktop (void) retval = g_key_file_new (); - //FIXME? g_key_file_set_string (retval, G_KEY_FILE_DESKTOP_GROUP, "Name", _("No Name")); + /* FIXME? g_key_file_set_string (retval, G_KEY_FILE_DESKTOP_GROUP, "Name", _("No Name")); */ g_key_file_set_string (retval, G_KEY_FILE_DESKTOP_GROUP, "Version", "1.0"); return retval; @@ -87,7 +87,7 @@ _panel_key_file_make_executable (const gchar *path) g_object_unref (file); } -//FIXME: kill this when bug #309224 is fixed +/* FIXME: kill this when bug #309224 is fixed */ gboolean panel_key_file_to_file (GKeyFile *keyfile, const gchar *file, diff --git a/mate-panel/libpanel-util/panel-launch.c b/mate-panel/libpanel-util/panel-launch.c index 66632dc9..7de0a02c 100644 --- a/mate-panel/libpanel-util/panel-launch.c +++ b/mate-panel/libpanel-util/panel-launch.c @@ -81,9 +81,9 @@ dummy_child_watch (GPid pid, gpointer user_data) { /* Nothing, this is just to ensure we don't double fork - * and break pkexec: - * https://bugzilla.gnome.org/show_bug.cgi?id=675789 - */ + * and break pkexec: + * https://bugzilla.gnome.org/show_bug.cgi?id=675789 + */ } static void -- cgit v1.2.1