diff options
Diffstat (limited to 'mate-panel/libpanel-util/panel-icon-chooser.c')
-rw-r--r-- | mate-panel/libpanel-util/panel-icon-chooser.c | 5 |
1 files changed, 3 insertions, 2 deletions
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); |