Update a comment

This commit is contained in:
Pierre Pronchery 2018-01-17 00:14:16 +01:00
parent 4fc1383c00
commit f8e71de202

View File

@ -838,7 +838,7 @@ static int _open_directory(MimeHandler * handler, String const * filename)
{
int ret = 0;
String const * directory;
/* XXX open with the default file manager instead */
/* FIXME open with inode/directory handlers instead */
char * argv[] = { BINDIR "/" PROGNAME_BROWSER, "--", NULL, NULL };
const unsigned int flags = 0;
GError * error = NULL;